aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/c/eager
Commit message (Expand)AuthorAge
* When running a native/builtin op via eager C API, automatically fill in defaultGravatar Mingsheng Hong2018-10-05
* Don't generate backward function and delete when its not necessaryGravatar Akshay Modi2018-10-01
* Minor speed improvements to defun.Gravatar Akshay Modi2018-10-01
* Clean-up of function.py.Gravatar Lasse Espeholt2018-09-24
* Allow the tape tensor to have unknown shapes.Gravatar Akshay Modi2018-09-19
* Num elements fastpath for eager tensors.Gravatar Akshay Modi2018-09-17
* Remove some dead code after migration from python to C.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
* Skip zeros call if unrequired in backprop for SparseSoftmaxCrossEntropyWithLo...Gravatar Akshay Modi2018-08-30
* Merge branch 'master' into py37Gravatar Ben2018-08-26
|\
| * [C API/Eager]: Fix bug in TFE_OpSetAttrString.Gravatar Asim Shankar2018-08-16
* | rename enableGravatar bstriner2018-08-14
* | 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
* Skip calling back into python if only 1 gradient to aggregateGravatar Akshay Modi2018-07-09
* 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
* Allow silent copies during remote execution.Gravatar Akshay Modi2018-06-11
* Add EagerTensor profiler and device shape utilitiesGravatar Igor Ganichev2018-05-25
* Remove _get_backward_fn and depend on _gradient_function directly.Gravatar Akshay Modi2018-05-24
* Fixes issue with gradient tape when asking for the gradient of an intermediat...Gravatar Alexandre Passos2018-05-21
* 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
* Do not differentiate integers in the eager backprop API.Gravatar Alexandre Passos2018-05-10
* Automated g4 rollback of changelist 195878952Gravatar Asim Shankar2018-05-10
* Do not differentiage integers in the eager API.Gravatar Alexandre Passos2018-05-08
* Fixes to tape gradient for providing outputs and having multiple targets.Gravatar Alexandre Passos2018-04-30
* Make TF functions work with _USE_C_SHAPES=True.Gravatar Skye Wanderman-Milne2018-04-24
* Merge changes from github.Gravatar Yifei Feng2018-04-23
* 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
* Support structured source in GradientTape.gradientGravatar Igor Ganichev2018-03-28
* 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