History log of /external/tensorflow/tensorflow/compiler/xla/tests/concat_test.cc
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ddd8e21b7c1d23bf80ddf0141b44e168c17647f3 27-Jul-2017 Eli Bendersky <eliben@google.com> [XLA] Consolidate all similar main()s in tests into a single target.

PiperOrigin-RevId: 163354724
/external/tensorflow/tensorflow/compiler/xla/tests/concat_test.cc
46737e4e81314f7482bfd6a710f126a27f5d7975 19-Jun-2017 A. Unique TensorFlower <gardener@tensorflow.org> Remove class xla::LiteralUtil. NFC (mind-numbingly so).

This patch removes class xla::LiteralUtil and rewrites every call to use class
xla::Literal instead.
PiperOrigin-RevId: 159446373
/external/tensorflow/tensorflow/compiler/xla/tests/concat_test.cc
c77399d44fc2ed6912e7f301839ad3e404739b80 14-Jun-2017 Eli Bendersky <eliben@google.com> [XLA] Remove remaining flags from cpu_compiler_flags

And move them to debug_options_flags; these two flags (embed_ir_in_executable,
dump_debug_json_to) are also unified with similarly named GPU compiler flags.
This lets us completely remove the cpu_compiler_flags module.

PiperOrigin-RevId: 158989621
/external/tensorflow/tensorflow/compiler/xla/tests/concat_test.cc
fb6cd75eaed4ba594184153e7bfb503319bb2489 13-Jun-2017 Blake Hechtman <blakehechtman@google.com> [XLA] Simplify binary concatenates of broacasted scalars into high or low pad
operations.

PiperOrigin-RevId: 158899651
/external/tensorflow/tensorflow/compiler/xla/tests/concat_test.cc
8cedce4b806639c351d45a00324fcc269704f42b 12-Jun-2017 Eli Bendersky <eliben@google.com> [XLA] Replace some XLA CPU compiler specific options by generic "debug options".

LLVM optimization level, extra LLVM flags and "cpu parallel" all turn into
debug options on the xla proto. "cpu parallel" is combined with "backend extra
options" as a map.

PiperOrigin-RevId: 158751784
/external/tensorflow/tensorflow/compiler/xla/tests/concat_test.cc
d5421cf58e4b84832974e51ebc2c3a11ad86efb7 02-Jun-2017 Justin Lebar <jlebar@google.com> Add additional concat test.

PiperOrigin-RevId: 157844113
/external/tensorflow/tensorflow/compiler/xla/tests/concat_test.cc
341141a48bea3e39c76ed36e9015bd9ab67a6463 26-Apr-2017 A. Unique TensorFlower <gardener@tensorflow.org> [XLA] Eliminate empty operands of concat operations at the HLO level
Change: 154348912
/external/tensorflow/tensorflow/compiler/xla/tests/concat_test.cc
9992074410d0b8d7102b7a63ff5f01a1a4554357 12-Apr-2017 A. Unique TensorFlower <gardener@tensorflow.org> Simplified XLA tests by using gmock matchers.
Change: 152954991
/external/tensorflow/tensorflow/compiler/xla/tests/concat_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/tests/concat_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/tests/concat_test.cc