aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/c/eager/c_api.h
Commit message (Expand)AuthorAge
* Minor speed improvements to defun.Gravatar Akshay Modi2018-10-01
* Num elements fastpath for eager tensors.Gravatar Akshay Modi2018-09-17
* Added TFE_OpSetAttrTensor() to eager C API.Gravatar Mingsheng Hong2018-09-14
* Allow creating a py EagerTensor that shares the underlying TensorHandle.Gravatar Akshay Modi2018-09-05
* rename enableGravatar bstriner2018-08-14
* py37Gravatar Ben2018-08-13
* Support keep alive so we can reclaim memory in the remote case.Gravatar Akshay Modi2018-08-08
* Allows differentiating tfe.defun functions with loops in eager mode.Gravatar Alexandre Passos2018-08-08
* Allow setting server_def directly on TFE_Context.Gravatar Akshay Modi2018-08-03
* Make TFE_DeleteContext not take a status, and allow TFE_DeleteTensorHandle to...Gravatar Akshay Modi2018-07-27
* [eager]: Support string attributes where the value contains `\0`.Gravatar Asim Shankar2018-06-20
* Add EagerTensor profiler and device shape utilitiesGravatar Igor Ganichev2018-05-25
* Allow for remote eager execution.Gravatar Akshay Modi2018-05-16
* Make TF functions work with _USE_C_SHAPES=True.Gravatar Skye Wanderman-Milne2018-04-24
* Merge changes from github.Gravatar Yifei Feng2018-04-23
* Merged commit includes the following changes:Gravatar A. Unique TensorFlower2018-04-18
* Turns eager device placement on by default.Gravatar Alexandre Passos2018-03-29
* 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
* "soft placement" for eagerGravatar Alexandre Passos2018-02-27
* Eager/C: Add a TF_Status argument to a couple of functions.Gravatar A. Unique TensorFlower2018-02-23
* Updates to fastpath execution codeGravatar Akshay Modi2018-02-08
* 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
* Silent copies for int32 tensors in TFE.Gravatar Alexandre Passos2018-01-24
* Allow setting per-thread device copying policies in TFE.Gravatar Alexandre Passos2018-01-24
* Clear eager kernel cache when resetting random seed.Gravatar Alexandre Passos2018-01-05
* Include the main TensorFlow eager header file in the binary distribution.Gravatar A. Unique TensorFlower2018-01-04
* Produces RunMetadata from eager execution when tracing is explicitly enabled.Gravatar Alexandre Passos2017-12-22
* 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
* Fuse TFE_NewOp and TFE_OpGetAttrType to avoid leaking memory.Gravatar Allen Lavoie2017-10-06
* eager: Support function-valued operation attributes.Gravatar Asim Shankar2017-09-14
* eager: Remove unnecessary TFE_Context argument to TFE_OpSetDevice.Gravatar Asim Shankar2017-09-12
* Merge changes from github.Gravatar A. Unique TensorFlower2017-09-07
* Merge changes from github.Gravatar A. Unique TensorFlower2017-09-06
* 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