aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/cc/framework
Commit message (Expand)AuthorAge
...
* Move equal_graph_def.h/cc from core/graph to core/utilGravatar Skye Wanderman-Milne2017-03-29
* 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
* C++ API: include optional attrs in generated class comments + improve core docsGravatar Skye Wanderman-Milne2017-02-13
* C++ API: clean up generated Attrs struct commentsGravatar Skye Wanderman-Milne2017-02-13
* Fix code that ignores tensorflow::Status.Gravatar Peter Hawkins2017-02-13
* C++ docs: add doxygen group annotations to source codeGravatar Skye Wanderman-Milne2017-02-13
* Update generated C++ API. This is a roll-forward past CLs that wereGravatar A. Unique TensorFlower2017-02-01
* Add a mechanism for hiding, skipping, and modifying the generated opGravatar A. Unique TensorFlower2017-02-01
* Skip generating code for deprecated ops in C++.Gravatar A. Unique TensorFlower2017-01-27
* Delete namespace aliases in tensorflow::ops for Input,Gravatar A. Unique TensorFlower2017-01-20
* Switch to doxygen-friendly comments in generated C++ op code.Gravatar A. Unique TensorFlower2017-01-18
* 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
* Move Input/Output/etc. to tensorflow namespace fromGravatar A. Unique TensorFlower2017-01-13
* Change comment to use C++, not Python, syntax.Gravatar A. Unique TensorFlower2017-01-12
* 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
* Make comment more concise in C++ API.Gravatar A. Unique TensorFlower2016-12-14
* Check for error status after NodeBuilder::Finalize.Gravatar Manjunath Kudlur2016-12-08
* Minor headers fixes.Gravatar A. Unique TensorFlower2016-11-21
* Switch Pack and Unpack to use gradient checker.Gravatar Suharsh Sivakumar2016-11-08
* C++ gradient checker support multiple inputs and outputs.Gravatar Suharsh Sivakumar2016-11-08
* Small fix to C++ gradient checker.Gravatar Suharsh Sivakumar2016-11-04
* C++ Gradients: Adds gradient functions for some nn ops. Adds functionality to...Gravatar A. Unique TensorFlower2016-11-03
* Merge changes from github.Gravatar A. Unique TensorFlower2016-10-10
* C++ Gradients: Adds gradient checker.Gravatar A. Unique TensorFlower2016-09-22
* ShapeRefiner: implement TODO to plumb in OpRegistryInterface from Graph.Gravatar Vijay Vasudevan2016-09-19
* TensorFlow: allow shape refiner to run subgraphs to evaluate constantGravatar Vijay Vasudevan2016-09-19
* C-API: Add TF_ColocateWith to enable colocation.Gravatar Asim Shankar2016-09-15
* Avoid generating a C++ wrapper for Const, since we have a hand-written one.Gravatar Derek Murray2016-09-13
* C++ code generator: generate explicit float literals for default attr values.Gravatar Derek Murray2016-09-13
* C++ Gradients:Gravatar A. Unique TensorFlower2016-09-09
* TensorFlow C API: Add a Set and Get Tensor Shape function.Gravatar Vijay Vasudevan2016-09-07
* C++ Gradients: Adds gradient functions and tests for Pack/Unpack, and takes c...Gravatar A. Unique TensorFlower2016-09-07
* Merge changes from github.Gravatar A. Unique TensorFlower2016-08-26
* ClientSession wraps a Session object and provides Run methods that operate onGravatar Manjunath Kudlur2016-08-19
* C++ Gradients: Module to add gradients to a graph.Gravatar A. Unique TensorFlower2016-08-17
* C++ API: Added a Const constructor for non-empty const supporting type cast.Gravatar Manjunath Kudlur2016-08-12
* C++ Gradients: Port a couple of gradient functions to the new C++ graph build...Gravatar A. Unique TensorFlower2016-08-01
* Improvements to the C++ graph building API.Gravatar Manjunath Kudlur2016-07-15