aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/c/eager/c_api_test.cc
Commit message (Expand)AuthorAge
* Allow creating a py EagerTensor that shares the underlying TensorHandle.Gravatar Akshay Modi2018-09-05
* [C API/Eager]: Fix bug in TFE_OpSetAttrString.Gravatar Asim Shankar2018-08-16
* Support keep alive so we can reclaim memory in the remote case.Gravatar Akshay Modi2018-08-08
* Allow setting server_def directly on TFE_Context.Gravatar Akshay Modi2018-08-03
* Check if the handle is nullptr, and fail early instead of segfaulting.Gravatar Akshay Modi2018-08-02
* Make TFE_DeleteContext not take a status, and allow TFE_DeleteTensorHandle to...Gravatar Akshay Modi2018-07-27
* Allow dynamic specification of clusters for eager remote execution.Gravatar Akshay Modi2018-06-21
* [eager]: Support string attributes where the value contains `\0`.Gravatar Asim Shankar2018-06-20
* Allow setting server def on the eager context, and add the eager service to t...Gravatar Akshay Modi2018-06-19
* Allow silent copies during remote execution.Gravatar Akshay Modi2018-06-11
* Add EagerTensor profiler and device shape utilitiesGravatar Igor Ganichev2018-05-25
* Allow for remote eager execution.Gravatar Akshay Modi2018-05-16
* Turns eager device placement on by default.Gravatar Alexandre Passos2018-03-29
* Moves Execute() from c_api.ccGravatar Alexandre Passos2018-03-27
* Change back TFE_Execute logic to set '*num_retvals' on return.Gravatar A. Unique TensorFlower2018-03-13
* Extend TF Eager C API to allow asynchronous execution.Gravatar A. Unique TensorFlower2018-03-12
* Eager/C: Add a TF_Status argument to a couple of functions.Gravatar A. Unique TensorFlower2018-02-23
* Initial XLA support for TF eager. This is prerequisite for TF compiler's XLA ...Gravatar Mingsheng Hong2018-02-07
* Extended TFE_OpSetDevice() with the ability to set an op device from non-GPU ...Gravatar Mingsheng Hong2018-02-02
* Allow setting per-thread device copying policies in TFE.Gravatar Alexandre Passos2018-01-24
* Produces RunMetadata from eager execution when tracing is explicitly enabled.Gravatar Alexandre Passos2017-12-22
* TFE copy across gpusGravatar Alexandre Passos2017-12-20
* Fix ASAN failure in testsGravatar A. Unique TensorFlower2017-11-27
* TFE_ContextAddFunction to interface with the TFE_Function* APIGravatar Alexandre Passos2017-11-20
* Enables silent copies of eager tensors for specially-constructed contexts.Gravatar Alexandre Passos2017-10-20
* Context-specific C API to set options other than configproto (still unused)Gravatar Alexandre Passos2017-10-19
* Merge changes from github.Gravatar A. Unique TensorFlower2017-09-06
* Enables eager API and runtime benchmarks.Gravatar Alexandre Passos2017-08-14
* Make HloAliasAnalysis updatable after changes to the HLO graph.Gravatar Mark Heffernan2017-08-10
* Merged commit includes the following changes:Gravatar A. Unique TensorFlower2017-08-11
* Allow TFE_TensorHandleCopyToDevice to have the same device as src andGravatar A. Unique TensorFlower2017-08-10
* Experimental C and Python APIs to invoke TensorFlow kernels on concrete values.Gravatar Alexandre Passos2017-08-10