aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/c
Commit message (Expand)AuthorAge
* Added forked versions of stateless If and While ops. They should only be used,Gravatar Mingsheng Hong2018-08-08
* 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
* Merge pull request #20609 from karllessard:java-add-gradients-with-nameGravatar TensorFlower Gardener2018-07-31
|\
* | Added a C API to get a TF function name.Gravatar Mingsheng Hong2018-07-30
* | Add TF_CreateRunOptions. This enables Swift for TensorFlow's compiler?runtime...Gravatar Richard Wei2018-07-30
| * 2nd review: Cover more prefix conflict casesGravatar karl@kubx.ca2018-07-27
* | Make TFE_DeleteContext not take a status, and allow TFE_DeleteTensorHandle to...Gravatar Akshay Modi2018-07-27
| * Enforce uniqueness of custom prefixes for gradientsGravatar karl@kubx.ca2018-07-25
| * 1st code review: rename 'scope_name' to 'prefix', etc.Gravatar karl@kubx.ca2018-07-25
| * Add scope name to TF_AddGradientsGravatar karl@kubx.ca2018-07-25
|/
* Update TF_ApiDefMapGet to return nullptr if there is an error.Gravatar James Keeling2018-07-24
* Allow TF_Delete* functions to accept nullptrGravatar James Keeling2018-07-24
* Add C API for kernel infoGravatar James Keeling2018-07-23
* Expose each device's incarnation via `Session.list_devices()`.Gravatar Derek Murray2018-07-19
* Fix argument comment in c_api_function_test.ccGravatar James Keeling2018-07-19
* Add a method to check if a tensor handle is on the host cpu.Gravatar Akshay Modi2018-07-16
* Fix bug in SetResourceHandleShapeAndType.Gravatar Skye Wanderman-Milne2018-07-12
* Skip calling back into python if only 1 gradient to aggregateGravatar Akshay Modi2018-07-09
* Internal changes.Gravatar Mingsheng Hong2018-07-02
* Merge changes from github.Gravatar Mingxing Tan2018-06-28
* Support shapes for remote eager tensor handles.Gravatar Akshay Modi2018-06-26
* [C API]: Bugfix for TF_AddGradients.Gravatar Asim Shankar2018-06-26
* Move cycle detection helper function from c/c_api to core/graph/validate.Gravatar A. Unique TensorFlower2018-06-22
* Make ImportGraphDefOptions and ImportGraphDefResults own all strings.Gravatar Skye Wanderman-Milne2018-06-21
* 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
* Merge changes from github.Gravatar Akshay Modi2018-06-18
* Automated g4 rollback of changelist 201011811Gravatar Akshay Modi2018-06-18
* Merge changes from github.Gravatar Akshay Modi2018-06-18
* Allow silent copies during remote execution.Gravatar Akshay Modi2018-06-11
* C API: Fail gracefully if the serialized graph would be too large.Gravatar Asim Shankar2018-06-07
* 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
* Add missing #include. tensorflow::FunctionDef only happens to be available in...Gravatar A. Unique TensorFlower2018-05-10
* 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
* Part 2 of Swift<->TF sends/recvs: support receiving tensors in TF fromGravatar Mingsheng Hong2018-05-07
* Replaced calls to tensorflow::StringPiece::ToString with std::string conversi...Gravatar Peter Hawkins2018-05-02
* Merge changes from github.Gravatar Patrick Nguyen2018-05-01
* Fixes to tape gradient for providing outputs and having multiple targets.Gravatar Alexandre Passos2018-04-30
* This is Part 1 of Swift<->TF sends/recvs: support sending tensors from TF toGravatar Mingsheng Hong2018-04-28
* Make TF functions work with _USE_C_SHAPES=True.Gravatar Skye Wanderman-Milne2018-04-24