aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/c/eager/c_api.cc
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
* Added a new eager C API TFE_NewContextFromSession(), where TFE_NewContext willGravatar Mingsheng Hong2018-09-04
* py37Gravatar 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
* 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
* Add a method to check if a tensor handle is on the host cpu.Gravatar Akshay Modi2018-07-16
* Support shapes for remote eager tensor handles.Gravatar Akshay Modi2018-06-28
* 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
* 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
* Avoid ToString() in Eager's TFE_Execute.Gravatar Akshay Modi2018-04-17
* eager: Tweak error message.Gravatar Asim Shankar2018-04-02
* Turns eager device placement on by default.Gravatar Alexandre Passos2018-03-29
* Move ExecuteNode and CopyToDevice_InternalGravatar Alexandre Passos2018-03-28
* Moves Execute() from c_api.ccGravatar Alexandre Passos2018-03-27
* Fix loop variable type and status propagationGravatar A. Unique TensorFlower2018-03-25
* 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
* 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
* Internal cleanup.Gravatar A. Unique TensorFlower2018-03-15
* 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
* 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
* EagerTensor.device reflects the op's device and not the tensor's memory space.Gravatar Alexandre Passos2018-03-01
* 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
* Maintain a cache of output dtypes of ops in TFE_Context.Gravatar A. Unique TensorFlower2018-02-26
* Dropped from previous change.Gravatar Alexandre Passos2018-02-23