aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/graph/subgraph.cc
Commit message (Expand)AuthorAge
* Don't check for duplicates in FetchOutputs and FeedInputs when creating a Con...Gravatar A. Unique TensorFlower2018-06-15
* Refactor pruning code to support custom node rewrites for feeds and fetches.Gravatar Derek Murray2018-03-21
* Switch BuildGraphOptions to wrap CallableOptions.Gravatar Derek Murray2018-03-12
* Remove a call to Node::AddAttrGravatar Geoffrey Irving2017-05-17
* 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
* Switch DirectSession to use _Arg and _Retval ops for feeding and fetching.Gravatar Derek Murray2017-04-20
* Make "node_name:0" a legit target node name.Gravatar Yuefeng Zhou2017-04-12
* Few optimizations to speed up processing of large graphs.Gravatar A. Unique TensorFlower2017-01-30
* Change RewriteGraphForExecution to propagate an _output_shapes annotation to ...Gravatar Peter Hawkins2017-01-19
* Add PlaceholderV2 and VariableV2 ops that can properly specifyGravatar Vijay Vasudevan2016-10-19
* Raise an error when a client attempts to feed two values for the same tensor.Gravatar Derek Murray2016-08-31
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* Merge duplicate copies of reverse reachability pruning algorithm.Gravatar A. Unique TensorFlower2016-05-17
* Remove the ability to run the entire graph by passing an empty target list.Gravatar Derek Murray2016-04-20
* Global search & replace to move to the new location forGravatar Josh Levenberg2016-01-26
* Added constant folding optimization pass.Gravatar Manjunath Kudlur2016-01-25
* Improve error message when asking to fetch the output of a node withGravatar Josh Levenberg2016-01-24
* TensorFlow: Improve performance of AlexnetGravatar Manjunath Kudlur2015-11-20
* TensorFlow: Doc and linter fixes, some additional tests andGravatar Vijay Vasudevan2015-11-16
* TensorFlow: Initial commit of TensorFlow library.Gravatar Manjunath Kudlur2015-11-06