aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/cc/framework/scope.cc
Commit message (Expand)AuthorAge
* Clean up the build_xla_ops to use the generated C++ TF op wrappers.Gravatar Sanjoy Das2018-10-01
* Removed redundant std::string -> string conversions.Gravatar A. Unique TensorFlower2018-08-28
* [C API]: Bugfix for TF_AddGradients.Gravatar Asim Shankar2018-06-26
* Replaced calls to tensorflow::StringPiece::ToString with std::string conversi...Gravatar A. Unique TensorFlower2018-05-02
* Replaced calls to deprecated tensorflow::StringPiece methods with theirGravatar A. Unique TensorFlower2018-03-27
* C++ API: run shape inference as nodes are constructedGravatar Skye Wanderman-Milne2017-08-15
* C++ API: move Scope::Impl to internal header fileGravatar Skye Wanderman-Milne2017-08-03
* Prepare to remove a bunch of proto.h includes from tensorflow/core headersGravatar Geoffrey Irving2017-06-29
* Automated g4 rollback of changelist 156251356Gravatar Geoffrey Irving2017-05-17
* Automated g4 rollback of changelist 156244933Gravatar Geoffrey Irving2017-05-16
* Reduce direct references to NodeDef in favor of Node and AttrSliceGravatar Geoffrey Irving2017-05-16
* Add C++ gradients to c_api.Gravatar Suharsh Sivakumar2017-04-13
* Add the graphdef version to InferenceContext and to ShapeRefiner::AddNode.Gravatar A. Unique TensorFlower2017-03-03
* C++ API: create Scope::Impl class to hide private members/methods.Gravatar Skye Wanderman-Milne2017-03-01
* Migrate to new namespace for Input, Output, etc. in the C++ API.Gravatar A. Unique TensorFlower2017-01-18
* Automated rollback of change 144776821Gravatar A. Unique TensorFlower2017-01-17
* Migrate to new namespace for Input, Output, etc. in the C++ API.Gravatar A. Unique TensorFlower2017-01-17
* Merge changes from github.Gravatar Jonathan Hseu2016-12-22
* Fix LOG() message that logged a pointer to a Status instead of the Status its...Gravatar Peter Hawkins2016-12-20
* ShapeRefiner: implement TODO to plumb in OpRegistryInterface from Graph.Gravatar Vijay Vasudevan2016-09-19
* C-API: Add TF_ColocateWith to enable colocation.Gravatar Asim Shankar2016-09-15
* TensorFlow C API: Add a Set and Get Tensor Shape function.Gravatar Vijay Vasudevan2016-09-07
* Improvements to the C++ graph building API.Gravatar Manjunath Kudlur2016-07-15