aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/graph/graph_constructor.cc
Commit message (Expand)AuthorAge
* Fix GraphConstructor and import_graph_def bug with variadic ops.Gravatar Skye Wanderman-Milne2018-09-17
* Add missing spaces to error message.Gravatar Sanjoy Das2018-09-11
* Removed redundant std::string -> string conversions.Gravatar A. Unique TensorFlower2018-08-28
* Add some LOGging when we detect nodes in a cycleGravatar Sanjoy Das2018-07-18
* Make ImportGraphDefOptions and ImportGraphDefResults own all strings.Gravatar Skye Wanderman-Milne2018-06-21
* Consistently ignore the NextIteration->Merge edge; NFCGravatar Sanjoy Das2018-06-21
* Make GraphConstructor create nodes in the same order as the GraphDef.Gravatar Skye Wanderman-Milne2018-05-31
* Replaced calls to tensorflow::StringPiece::ToString with std::string conversi...Gravatar A. Unique TensorFlower2018-05-07
* Misc. small optimizations in Grappler and shape inference code.Gravatar A. Unique TensorFlower2018-04-12
* Don't fail when running shape inference on a graph that contains functions.Gravatar Benoit Steiner2018-04-09
* Replaced calls to deprecated tensorflow::StringPiece methods with theirGravatar A. Unique TensorFlower2018-04-02
* Relax "_output_shapes" error checking in C++ graph importer.Gravatar Skye Wanderman-Milne2018-03-16
* Added const to Node* in various parts of the code base.Gravatar Mingsheng Hong2018-02-26
* import_graph_def: support "absolute" names with the C API enabled.Gravatar Skye Wanderman-Milne2018-02-09
* Allow ImportGraphDef to ignore shape validation to match semantics of Convert...Gravatar Alexandre Passos2017-12-22
* Raise exception on missing unused input_map keys with C API enabled.Gravatar Skye Wanderman-Milne2017-12-12
* Add ImportGraphDefOptions::uniquify_prefix.Gravatar Skye Wanderman-Milne2017-12-05
* Fix bug with uniquified colocation attrs in ImportGraphDef.Gravatar Skye Wanderman-Milne2017-12-04
* Fix edge case with ImportGraphDefOption.uniquify_names = true.Gravatar Skye Wanderman-Milne2017-12-04
* Automated g4 rollback of changelist 175593063Gravatar A. Unique TensorFlower2017-11-20
* Enable ImportGraphDef to import unbound graph when input_map maps all unboundGravatar A. Unique TensorFlower2017-11-13
* Automated g4 rollback of changelist 175563786Gravatar A. Unique TensorFlower2017-11-13
* Moved tensorflow::StringPiece::Hasher out of tensorflow::StringPiece and rena...Gravatar A. Unique TensorFlower2017-11-13
* Simplify graph construction with an option to not validate colocation constra...Gravatar Yao Zhang2017-11-10
* Add uniquify_names option to ImportGraphDef.Gravatar Skye Wanderman-Milne2017-11-03
* Enable shape inference on functions in grappler.Gravatar A. Unique TensorFlower2017-10-30
* Add ability to fetch return nodes and unused input mappings from C API GraphD...Gravatar Skye Wanderman-Milne2017-10-30
* Fix bug introduced inGravatar Asim Shankar2017-10-19
* Add return_nodes option to ImportGraphDefGravatar Skye Wanderman-Milne2017-10-16
* Add optional unused_input_map_keys output param to ImportGraphDefGravatar Skye Wanderman-Milne2017-10-04
* More C++ while loop validationGravatar Skye Wanderman-Milne2017-09-07
* Don't create cond_input and body_input nodes when finishing while loopGravatar Igor Ganichev2017-08-19
* Prepare to remove a bunch of proto.h includes from tensorflow/core headersGravatar Geoffrey Irving2017-06-29
* Only wait for one non-control input for Merge nodes if there is a loop. This isGravatar A. Unique TensorFlower2017-06-28
* Prepare to not include node_def.proto.h in node_def_util.hGravatar Geoffrey Irving2017-06-23
* Fix ImportGraphDef() bugGravatar Skye Wanderman-Milne2017-06-09
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* Minor cleanupGravatar A. Unique TensorFlower2017-06-07
* Make function instantiation use std::vector<NodeDef> instead of GraphDefGravatar Geoffrey Irving2017-06-01
* This change significantly reduces time and resources used to load large Tenso...Gravatar A. Unique TensorFlower2017-06-01
* Preallocate vector storage when the ultimate vector size is known in advanceGravatar A. Unique TensorFlower2017-06-01
* Many algorithms need to enumerate the set of nodes within a graph, while excl...Gravatar A. Unique TensorFlower2017-05-22
* 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
* When using ImportGraphDef with a passed in ShapeRefiner, use theGravatar Vijay Vasudevan2017-04-06
* Make ImportGraphDef() work with functions.Gravatar Skye Wanderman-Milne2017-04-04
* TF_GraphImportGraphDef bug fix.Gravatar Asim Shankar2017-03-15
* Add the graphdef version to InferenceContext and to ShapeRefiner::AddNode.Gravatar A. Unique TensorFlower2017-03-03
* Make import_graph_def work with functionsGravatar Skye Wanderman-Milne2017-03-01