aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/tests/local_client_execute_test.cc
Commit message (Expand)AuthorAge
* Global de-std::unique_ptr cleanup for xla::Literal.Gravatar A. Unique TensorFlower2018-09-10
* [XLA] This is a step to incrementally move client/xla_client/* to client/.Gravatar A. Unique TensorFlower2018-07-25
* Automated rollback of commit 0ea6847c892497afdd20c1150fee1e532612ca17Gravatar A. Unique TensorFlower2018-07-24
* Automated rollback of commit f8044c89287b1d90510ceace4b53ec94abaffa50Gravatar A. Unique TensorFlower2018-07-12
* Automated rollback of commit 0ea6847c892497afdd20c1150fee1e532612ca17Gravatar A. Unique TensorFlower2018-07-12
* [XLA:GPU] Enable outfeed test on GPUGravatar Benjamin Kramer2018-07-12
* Allow is_initialized and initializer to be called on MirroredVariables and To...Gravatar Anjali Sridhar2018-07-06
* Merge commit for internal changesGravatar Yifei Feng2018-07-06
|\
| * [TF:XLA] Split literal_util into {literal, literal_util}.Gravatar Kay Zhu2018-07-03
* | [XLA] Change code in tensorflow/compiler/xla that uses XlaBuilder:: methods t...Gravatar Peter Hawkins2018-06-28
* | [XLA] Support asynchronous execution through XLAGravatar A. Unique TensorFlower2018-06-28
| * Automated g4 rollback of changelist 202292422Gravatar A. Unique TensorFlower2018-06-28
| * [XLA] Change code in tensorflow/compiler/xla that uses XlaBuilder:: methods t...Gravatar Peter Hawkins2018-06-27
| * [XLA] Support asynchronous execution through XLAGravatar A. Unique TensorFlower2018-06-27
|/
* Change infeed and outfeed to take and produce tokens.Gravatar Mark Heffernan2018-06-25
* [XLA] Make XlaOp trivially copy constructible and trivially destructible.Gravatar Peter Hawkins2018-06-25
* Internal changeGravatar A. Unique TensorFlower2018-06-19
* [XLA] First step in adding Literal slice classes, to improve interface safetyGravatar Kay Zhu2018-05-09
* [XLA] Redesign: local_client_test_base and tests that depend on it.Gravatar A. Unique TensorFlower2018-04-25
* Disable tests for the parallel CPU backendGravatar Sanjoy Das2018-04-25
* [XLA] De-unique_ptr-ify ShapedBuffer and ScopedShapedBuffer.Gravatar Justin Lebar2018-04-19
* [XLA] Convert XLA to use xla::se as a namespace alias for ::stream_executor.Gravatar Justin Lebar2018-04-17
* [XLA] Add source mapping support to SWIG API.Gravatar Chris Leary2018-01-17
* Remove protobuf-compatibility methods from the Literal class.Gravatar Mark Heffernan2018-01-05
* Merged commit includes the following changes:Gravatar A. Unique TensorFlower2017-12-18
* Add local client methods for infeed and outfeed.Gravatar Mark Heffernan2017-11-22
* Add methods on TransferManager which transfer to/from device memory specified...Gravatar Mark Heffernan2017-11-16
* Move MakeFakeLiteral from client/lib/testing.h to tests/test_utils.h. Also re...Gravatar Mark Heffernan2017-11-10
* Add local client execution test which uses infeed and outfeed.Gravatar Mark Heffernan2017-10-19
* Expand set of 64-bit type tests in LocalClientExecuteTest.ShapeBufferToLitera...Gravatar Mark Heffernan2017-10-04
* [tf-signal] Fix pip tests by including test_util in signal_pyGravatar Shanqing Cai2017-10-04
* Expand set of 64-bit type tests in LocalClientExecuteTest.ShapeBufferToLitera...Gravatar Mark Heffernan2017-10-04
* For tuple-shaped data, change ShapedBuffer (an abstraction holding on-device ...Gravatar Mark Heffernan2017-09-26
* Add methods to convert between Literals and ShapedBuffers to LocalClient. The...Gravatar Mark Heffernan2017-09-21