History log of /external/tensorflow/tensorflow/compiler/xla/service/hlo_opcode_test.cc
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
35939d2d37a03d95c86708ad0bf52865fbbd3c90 31-Oct-2017 A. Unique TensorFlower <gardener@tensorflow.org> [TF:XLA] Fix string to HLO opcode conversion for atan2, complex, imag and real.

Make sure that we can't forget opcodes by auto-generating the conversion
functions.

Add auto-generated functions to test HLOs for properties (like IsVariadic,
IsComparison, etc.)

This makes changing HLO more robust and easier because there are fewer places
to update when adding or removing an HLO opcode.

Also:
* Fix IsElementwiseBinary for atan2.
* Add a unit test for HLO opcode helpers.
* Express IsElementwiseBinary in terms of IsElementwise() and operand_count()
to avoid having to keep the two in sync manually.
PiperOrigin-RevId: 174069664
/external/tensorflow/tensorflow/compiler/xla/service/hlo_opcode_test.cc
5c8acccfc9e90d694a8394f5522097bfe87379b2 11-Apr-2017 A. Unique TensorFlower <gardener@tensorflow.org> Using GMock matchers in XLA tests.
Change: 152823724
/external/tensorflow/tensorflow/compiler/xla/service/hlo_opcode_test.cc
1e67c90e2caceeff82d09793d1ef5fa0300d219b 09-Jan-2017 Peter Hawkins <phawkins@google.com> Initial open-source release of XLA: Accelerated Linear Algebra.

XLA is a compiler-based linear algebra execution engine that targets CPUs, GPUs and custom accelerators.

XLA is still experimental; we are releasing it early to get the community involved.
Change: 143990941
/external/tensorflow/tensorflow/compiler/xla/service/hlo_opcode_test.cc