aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/c/eager/c_api_internal.h
Commit message (Expand)AuthorAge
* Added a new eager C API TFE_NewContextFromSession(), where TFE_NewContext willGravatar Mingsheng Hong2018-09-04
* Allow setting server_def directly on TFE_Context.Gravatar Akshay Modi2018-08-03
* 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
* Move the guts of TFE_Op into EagerOperationGravatar Akshay Modi2018-04-20
* Turns eager device placement on by default.Gravatar Alexandre Passos2018-03-29
* 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
* Maintain an updateable map of devices in the eager context.Gravatar Akshay Modi2018-03-19
* 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
* Move a utility function into the eager C internal APIGravatar Akshay Modi2018-03-09
* Pulling Rendezvous initialization out of TFE_Context constructor.Gravatar Alexandre Passos2018-03-08
* TFE_Context gets its local devices from the source instead of a session.Gravatar Alexandre Passos2018-03-07
* Keep track of eager op device for tensor handles. Force-colocates ops using r...Gravatar Alexandre Passos2018-03-01
* "soft placement" for eagerGravatar Alexandre Passos2018-02-27
* 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
* Respects some form of log_device_placement in eager.Gravatar Alexandre Passos2018-02-23
* Initial XLA support for TF eager. This is prerequisite for TF compiler's XLA ...Gravatar Mingsheng Hong2018-02-07
* A few misc tweaks to TFE APIs.Gravatar Mingsheng Hong2018-02-02
* A few tweaks to add const to functions and member fields.Gravatar A. Unique TensorFlower2018-01-29
* 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
* Add a mutex around the tfe context kernel_cache.Gravatar Alexandre Passos2018-01-05
* Produces RunMetadata from eager execution when tracing is explicitly enabled.Gravatar Alexandre Passos2017-12-22
* 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
* Internal private header file with eager C struct definitions.Gravatar Alexandre Passos2017-10-05