aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/graph/graph_test.cc
Commit message (Expand)AuthorAge
* Replaced calls to deprecated tensorflow::StringPiece methods with theirGravatar A. Unique TensorFlower2018-04-02
* Merge changes from github.Gravatar Yifei Feng2017-11-22
* Automated g4 rollback of changelist 176615107Gravatar Yifei Feng2017-11-22
* Automated g4 rollback of changelist 176615737Gravatar Yifei Feng2017-11-22
* Merged commit includes the following changes:Gravatar A. Unique TensorFlower2017-11-22
* Merge changes from github.Gravatar Yifei Feng2017-11-21
* Validate shapes when updating edges from Python.Gravatar Olivia Nordquist2017-11-13
* Enable Operation._add_control_inputs() with the C API and related improvementsGravatar Skye Wanderman-Milne2017-10-13
* implementing _update_input for the C APIGravatar Olivia Nordquist2017-09-26
* Make Graph::IsValidNode publicGravatar Igor Ganichev2017-08-24
* Preallocate vector storage when the ultimate vector size is known in advanceGravatar A. Unique TensorFlower2017-06-01
* 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
* Remove unnecessary copies of value parameters.Gravatar Peter Hawkins2017-05-10
* Make FunctionLibraryDefinition::AddFunctionDef() check for conflicting op nameGravatar Skye Wanderman-Milne2017-05-01
* Make ImportGraphDef() work with functions.Gravatar Skye Wanderman-Milne2017-04-04
* Add a helper method Node::input_edges() that populates a vector of all input ...Gravatar Peter Hawkins2017-01-23
* Add to the C++ Node class the ability to fetch input nodes and edgesGravatar Vijay Vasudevan2016-08-25
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* Make it possible to add attributes to a graph Node. This will enableGravatar A. Unique TensorFlower2016-04-15
* Remove no-longer-needed RequireDefaultOps().Gravatar Josh Levenberg2016-02-25
* Adds Graph::num_nodes() and Graph::num_edges() for convenience.Gravatar A. Unique TensorFlower2016-01-27
* Move #include <vector> out of port.h to users of std::vector<>.Gravatar Josh Levenberg2016-01-21
* Many tensorflow/core build clean ups.Gravatar Josh Levenberg2016-01-20
* Replacing reference 'names' variable with 'example_names' variable.Gravatar A. Unique TensorFlower2016-01-20
* TensorFlow: Improve performance of AlexnetGravatar Manjunath Kudlur2015-11-20
* TensorFlow: Initial commit of TensorFlow library.Gravatar Manjunath Kudlur2015-11-06