aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/c
Commit message (Expand)AuthorAge
* 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
* 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
* experimental C API: Fix compilation failure in Windows.Gravatar Asim Shankar2018-04-10
* Remove `TF_InitializeTPU` and `TF_ShutdownTPU` from experimental C API as the...Gravatar Richard Wei2018-04-06
* Replaced calls to deprecated tensorflow::StringPiece methods with theirGravatar A. Unique TensorFlower2018-04-02
* eager: Tweak error message.Gravatar Asim Shankar2018-04-02
* Raise exception in SWIG on bad TF_Status from C API.Gravatar Skye Wanderman-Milne2018-03-30
* Turns eager device placement on by default.Gravatar Alexandre Passos2018-03-29
* Support structured source in GradientTape.gradientGravatar Igor Ganichev2018-03-28
* Remove all_opensource_files. It's not needed any more.Gravatar Martin Wicke2018-03-28