aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/cc/framework/scope.h
Commit message (Expand)AuthorAge
* Clean up the build_xla_ops to use the generated C++ TF op wrappers.Gravatar Sanjoy Das2018-10-01
* Remove THIRD_PARTY_ from #include guardsGravatar Sanjoy Das2018-01-24
* Fix tensorflow::Scope documentation: angle brackets in comments don't play we...Gravatar Max Galkin2017-09-22
* Introduce C++ API while loop builder methodGravatar Skye Wanderman-Milne2017-08-29
* C++ API: run shape inference as nodes are constructedGravatar Skye Wanderman-Milne2017-08-15
* Add C++ gradients to c_api.Gravatar Suharsh Sivakumar2017-04-13
* C++ API: create Scope::Impl class to hide private members/methods.Gravatar Skye Wanderman-Milne2017-03-01
* C++ docs: add doxygen group annotations to source codeGravatar Skye Wanderman-Milne2017-02-13
* 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
* Update C++ API comments to be more Doxygen friendly.Gravatar Skye Wanderman-Milne2017-01-17
* Make comment more concise in C++ API.Gravatar A. Unique TensorFlower2016-12-14
* TensorFlow: allow shape refiner to run subgraphs to evaluate constantGravatar Vijay Vasudevan2016-09-19
* TensorFlow C API: Add a Set and Get Tensor Shape function.Gravatar Vijay Vasudevan2016-09-07
* ClientSession wraps a Session object and provides Run methods that operate onGravatar Manjunath Kudlur2016-08-19
* Improvements to the C++ graph building API.Gravatar Manjunath Kudlur2016-07-15