History log of /external/tensorflow/tensorflow/compiler/tests/nary_ops_test.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
4198e27be8115585ad6b5b141383fb7dc7856c24 27-Oct-2017 A. Unique TensorFlower <gardener@tensorflow.org> [XLA:CPU] [XLA:GPU] Adds compiler support for C64 primitive type, including relevant elementwise unary and binary op lowering for CPU and GPU.

We use a named LLVM struct "complex64", laid out the same as std::complex<float>. This named struct is accessed via the llvm::Module, which required changes to accessors of PrimitiveTypeToIrType & friends.

Ops that require atan2 (in particular, angle and log) are only supported on GPU at this point. LLVM lacks a CPU intrinsic for atan or atan2, whereas libdevice provides this for GPU.

PiperOrigin-RevId: 173676849
/external/tensorflow/tensorflow/compiler/tests/nary_ops_test.py
7209c1602dc71cb118ab3fa6af282b85b63bd4ad 04-Oct-2017 Peter Hawkins <phawkins@google.com> [TF:XLA] Mark IdentityN as CompilationOnly().

PiperOrigin-RevId: 171025171
/external/tensorflow/tensorflow/compiler/tests/nary_ops_test.py
061897179e9f576380f72fe2131cd48d4af3b581 02-Oct-2017 A. Unique TensorFlower <gardener@tensorflow.org> [TF:XLA] Add IdentityN operator.

PiperOrigin-RevId: 170754745
/external/tensorflow/tensorflow/compiler/tests/nary_ops_test.py
ccbc8991db3943ef984405881a1c917c530f902f 05-Apr-2017 A. Unique TensorFlower <gardener@tensorflow.org> Merge changes from github.
Change: 152200430
/external/tensorflow/tensorflow/compiler/tests/nary_ops_test.py
f424ca38712a87aeaf614af454d96b5d155592ca 01-Mar-2017 Peter Hawkins <phawkins@google.com> [TF:XLA] Add implementation of tf.one_hot to the XLA bridge.

Fix crash in normal OneHot kernel for depth < 0.
Change: 148881102
/external/tensorflow/tensorflow/compiler/tests/nary_ops_test.py
0e226af7eed5e2764aa8acb825af4cd3e06d2452 11-Jan-2017 A. Unique TensorFlower <gardener@tensorflow.org> Switch tf.concat_v2 references in third_party/tensorflow to tf.concat.
Change: 144153795
/external/tensorflow/tensorflow/compiler/tests/nary_ops_test.py
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/tests/nary_ops_test.py