aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/c/eager/BUILD
Commit message (Expand)AuthorAge
* Clean-up of function.py.Gravatar Lasse Espeholt2018-09-24
* Allow dynamic specification of clusters for eager remote execution.Gravatar Akshay Modi2018-06-21
* Allow setting server def on the eager context, and add the eager service to t...Gravatar Akshay Modi2018-06-19
* Add EagerTensor profiler and device shape utilitiesGravatar Igor Ganichev2018-05-25
* Move runtime.{h,cc,_test.cc} into core/common_runtime/eager as attr_builderGravatar Akshay Modi2018-05-17
* 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
* Move the guts of TFE_Execute into EagerExecuteGravatar Akshay Modi2018-04-20
* Move the guts of TFE_Op into EagerOperationGravatar Akshay Modi2018-04-20
* Merged commit includes the following changes:Gravatar A. Unique TensorFlower2018-04-18
* Move ExecuteNode and CopyToDevice_InternalGravatar Alexandre Passos2018-03-28
* Moves Execute() from c_api.ccGravatar Alexandre Passos2018-03-27
* Moves TensorHandleCopyToDevice to TensorHandle::CopyToDevice.Gravatar Alexandre Passos2018-03-25
* Moves TensorHandle to common_runtimeGravatar Alexandre Passos2018-03-25
* Automated g4 rollback of changelist 190021164Gravatar Alexandre Passos2018-03-22
* Automated g4 rollback of changelist 190001737Gravatar A. Unique TensorFlower2018-03-21
* Moves TFE_Executor to common_runtimeGravatar Alexandre Passos2018-03-21
* Moves KernelAndDevice to common_runtimeGravatar Alexandre Passos2018-03-21
* Moves TFE_Executor to tensorflow::EagerExecutor in tensorflow/core/common_run...Gravatar Alexandre Passos2018-03-19
* Extend TF Eager C API to allow asynchronous execution.Gravatar A. Unique TensorFlower2018-03-12
* Automated g4 rollback of changelist 187092622Gravatar A. Unique TensorFlower2018-02-26
* Uses a thread pool for graph functions in eager mode with inter_op_parallelis...Gravatar Alexandre Passos2018-02-26
* Initial XLA support for TF eager. This is prerequisite for TF compiler's XLA ...Gravatar Mingsheng Hong2018-02-07
* Internal changeGravatar Mingsheng Hong2018-02-06
* A few tweaks to add const to functions and member fields.Gravatar A. Unique TensorFlower2018-01-29
* Include the main TensorFlow eager header file in the binary distribution.Gravatar A. Unique TensorFlower2018-01-04
* TFE copy across gpusGravatar Alexandre Passos2017-12-20
* Removes void*s from the tape gradient code, replacing with templates.Gravatar Alexandre Passos2017-11-10
* Moves imperative_grad to CGravatar Alexandre Passos2017-11-10
* Enables silent copies of eager tensors for specially-constructed contexts.Gravatar Alexandre Passos2017-10-20
* Ports the eager gradient tape to C.Gravatar Alexandre Passos2017-10-13
* Internal private header file with eager C struct definitions.Gravatar Alexandre Passos2017-10-05
* eager: Avoid unnecessary distinction between ops and functions.Gravatar Asim Shankar2017-09-08
* Merge changes from github.Gravatar Jonathan Hseu2017-08-25
* Remove unused BUILD dependenciesGravatar A. Unique TensorFlower2017-08-14
* Sets up a rendezvous for eager op execution.Gravatar Alexandre Passos2017-08-11
* 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
* Experimental C and Python APIs to invoke TensorFlow kernels on concrete values.Gravatar Alexandre Passos2017-08-10