History log of /external/tensorflow/tensorflow/compiler/xla/python/BUILD
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c8b884c683e260b42c15883f1c14caac4ea8d000 30-Jan-2018 Chris Leary <leary@google.com> [XLA] Plumb build options via local API.

* Break build options into their own translation unit for use from local client
and to mirror ExecutableRunOptions.
* Add some ToString()s to aid debugging.
* Add HLO graph generation regex to build options.
* Add SWIG type map for ExecutableBuildOptions.

Also fix a build issue occurring on some platforms with triangular_solve.

PiperOrigin-RevId: 183837856
/external/tensorflow/tensorflow/compiler/xla/python/BUILD
0a700fb22e79f493ff75d910f49162f713ee9c4e 09-Jan-2018 Chris Leary <leary@google.com> [XLA] Elide unnecessary local client creations in SWIG API.

PiperOrigin-RevId: 181350574
/external/tensorflow/tensorflow/compiler/xla/python/BUILD
97a843db78745fe3a8e418b3b1e93ef79fbfff12 02-Jan-2018 Roy Frostig <frostig@google.com> [XLA] Add execution with device-persistent data to Python-built local computations.

PiperOrigin-RevId: 180580418
/external/tensorflow/tensorflow/compiler/xla/python/BUILD
72e320faf8f11471b8e712fa3c66ac1aefab5003 20-Dec-2017 Chris Leary <leary@google.com> [XLA] Remove inappropriate plugin linkage.

PiperOrigin-RevId: 179724373
/external/tensorflow/tensorflow/compiler/xla/python/BUILD
88df7c420014f4822fa27523a0168c383f1887af 20-Dec-2017 Roy Frostig <frostig@google.com> Implement convolution operations in the local Python XLA client.

PiperOrigin-RevId: 179624737
/external/tensorflow/tensorflow/compiler/xla/python/BUILD
f962b77042b6fb207d18d00fd9ef9aa838e14a3d 15-Dec-2017 Akshay Agrawal <akshayka@google.com> Capture tensors that do not trigger convert_to_tensor in defun

Returning a closed-over Tensor does not trigger a call to convert_to_tensor,
so we need to manually coerce such Tensors to graph tensors and capture them.

PiperOrigin-RevId: 179224063
/external/tensorflow/tensorflow/compiler/xla/python/BUILD
fbb5392a65ebaeca19f95cb13fca9166bb5ba3ce 15-Dec-2017 A. Unique TensorFlower <gardener@tensorflow.org> Merged commit includes the following changes:
179221620 by akshayka:

Internal cleanup: Delete extraneous print statement in test case.

--
179220917 by A. Unique TensorFlower:

[XLA:JF] Make HLO parser recognize negative padding.

--

PiperOrigin-RevId: 179221620
/external/tensorflow/tensorflow/compiler/xla/python/BUILD
75a91cf3be635af4f6004f20f3c3cc50c37d3145 15-Dec-2017 Roy Frostig <frostig@google.com> Python library and C++ bindings for creating and compiling local XLA computations.

PiperOrigin-RevId: 179211353
/external/tensorflow/tensorflow/compiler/xla/python/BUILD