aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/c
Commit message (Expand)AuthorAge
...
* [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
* Move ExecuteNode and CopyToDevice_InternalGravatar Alexandre Passos2018-03-28
* Moves Execute() from c_api.ccGravatar Alexandre Passos2018-03-27
* Make _USE_C_API = True and _USE_C_SHAPES = False work with handle data, take 2.Gravatar Skye Wanderman-Milne2018-03-27
* Exclude Python C extension from tensorflow/c:srcs target.Gravatar Skye Wanderman-Milne2018-03-27
* In the experimental C API, parametrized batch_size for the generate dataset /...Gravatar Mingsheng Hong2018-03-26
* Extended experimental C API with MNIST dataset/iterators support.Gravatar Mingsheng Hong2018-03-26
* Added experimental C APIs to build a stack of dataset + iterator nodes thatGravatar Mingsheng Hong2018-03-26
* Automated g4 rollback of changelist 190293303Gravatar A. Unique TensorFlower2018-03-26
* Fix loop variable type and status propagationGravatar A. Unique TensorFlower2018-03-25
* Make _USE_C_API = True and _USE_C_SHAPES = False work with handle data.Gravatar Skye Wanderman-Milne2018-03-25
* Moves TensorHandleCopyToDevice to TensorHandle::CopyToDevice.Gravatar Alexandre Passos2018-03-25