aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/framework/graph_def_util.cc
Commit message (Expand)AuthorAge
* Replaced calls to deprecated tensorflow::StringPiece methods with theirGravatar A. Unique TensorFlower2018-04-02
* Don't let the grappler item builder fail if the graph contains unknown customGravatar Benoit Steiner2018-03-12
* Cleanup: Ran clang-format on all *.{h,cc} files in tensorflow/core/framework.Gravatar A. Unique TensorFlower2018-01-26
* Prepare to remove a bunch of proto.h includes from tensorflow/core headersGravatar Geoffrey Irving2017-06-29
* Prepare to not include node_def.proto.h in node_def_util.hGravatar Geoffrey Irving2017-06-23
* Remove unused protobuf header inclusionsGravatar A. Unique TensorFlower2017-06-06
* Remove unused overloads of SummarizeGraphDef and EqualGraphDefGravatar Geoffrey Irving2017-06-02
* Make function instantiation use std::vector<NodeDef> instead of GraphDefGravatar Geoffrey Irving2017-06-01
* Delete the FunctionDef.Node code paths, now that we have switchedGravatar A. Unique TensorFlower2017-01-11
* Fix RemoveNewDefaultAttrsFromGraphDef() for graphs with functions.Gravatar A. Unique TensorFlower2016-11-23
* Improve support for FunctionDefs using NodeDef.Gravatar A. Unique TensorFlower2016-08-28
* 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
* Extract OpsUsedByGraph() from StrippedOpListForGraph().Gravatar Josh Levenberg2016-05-03
* Change tensorflow code to use proto_text for DebugString and ShortDebugStringGravatar A. Unique TensorFlower2016-04-21
* Rollback of "Change tensorflow code to use proto_text for DebugString andS ho...Gravatar A. Unique TensorFlower2016-04-19
* Change tensorflow code to use proto_text for DebugString and ShortDebugStringGravatar A. Unique TensorFlower2016-04-19
* RemoveNewDefaultAttrsFromGraphDef shouldn't touch _underscore attrsGravatar Geoffrey Irving2016-03-09
* Expose tf.contrib.util.stripped_op_list_for_graphGravatar Geoffrey Irving2016-03-02
* Expose tf.contrib.util.stripped_op_list_for_graphGravatar Geoffrey Irving2016-02-29
* Expose tf.contrib.util.stripped_op_list_for_graphGravatar Geoffrey Irving2016-02-29
* Reimplement StrippedOpListForGraph in C++Gravatar Geoffrey Irving2016-02-23
* Add RemoveNewDefaultAttrsFromGraphDef() for preparing a GraphDef forGravatar Josh Levenberg2016-02-02
* Change GraphDef versions to use version, min_consumer, min_producerGravatar Geoffrey Irving2016-01-26
* Global search & replace to move to the new location forGravatar Josh Levenberg2016-01-26
* TensorFlow: GraphDef::node_size() is an int, not a std::size_t,Gravatar Vijay Vasudevan2015-12-22
* TensorFlow: move adding of default attrs to as high a location in the callGravatar Vijay Vasudevan2015-12-22
* 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