aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/graph/graph.cc
Commit message (Expand)AuthorAge
...
* Reduce the size of Node objects by using the class_ field instead ofGravatar A. Unique TensorFlower2016-08-24
* ClientSession wraps a Session object and provides Run methods that operate onGravatar Manjunath Kudlur2016-08-19
* Merge changes from github.Gravatar A. Unique TensorFlower2016-07-31
* In C++ shape inference, support registering a shape inference function in OPGravatar A. Unique TensorFlower2016-06-14
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* Consider _HostSend and _HostRecv in allocation attribute inference. This makesGravatar Xiaoqiang Zheng2016-05-23
* Add method tensorflow::Graph::ClearAttr() for removing node attributes.Gravatar A. Unique TensorFlower2016-04-28
* Make it possible to add attributes to a graph Node. This will enableGravatar A. Unique TensorFlower2016-04-15
* This is another step to make TensorFlow more interactive and flexible to user...Gravatar Yuan Yu2016-04-10
* TensorFlow: add more helpful debugging when this check triggers on badGravatar Vijay Vasudevan2016-03-10
* Minor formatting fixes.Gravatar Vijay Vasudevan2016-02-02
* Adds Graph::num_nodes() and Graph::num_edges() for convenience.Gravatar A. Unique TensorFlower2016-01-27
* Change GraphDef versions to use version, min_consumer, min_producerGravatar Geoffrey Irving2016-01-26
* Move #include <vector> out of port.h to users of std::vector<>.Gravatar Josh Levenberg2016-01-21
* Add support for Refs in control flow ops (Merge, Switch, Enter, Exit).Gravatar Eugene Brevdo2016-01-20
* TensorFlow: move adding of default attrs to as high a location in the callGravatar Vijay Vasudevan2015-12-22
* TensorFlow: upstream latest changes to git.Gravatar Vijay Vasudevan2015-12-06
* TensorFlow: upstream changes to gitGravatar Vijay Vasudevan2015-12-03
* TensorFlow: Improve performance of AlexnetGravatar Manjunath Kudlur2015-11-20
* TensorFlow: Initial commit of TensorFlow library.Gravatar Manjunath Kudlur2015-11-06