aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/graph/graph_constructor_test.cc
Commit message (Expand)AuthorAge
* Fix GraphConstructor and import_graph_def bug with variadic ops.Gravatar Skye Wanderman-Milne2018-09-17
* Removed redundant std::string -> string conversions.Gravatar A. Unique TensorFlower2018-08-28
* Make ImportGraphDefOptions and ImportGraphDefResults own all strings.Gravatar Skye Wanderman-Milne2018-06-21
* Fix typo in error message.Gravatar Patrick Nguyen2018-05-23
* Replaced calls to tensorflow::StringPiece::ToString with std::string conversi...Gravatar A. Unique TensorFlower2018-05-07
* More informative error message when loading a graph_def which uses unknown ops.Gravatar Malcolm Reynolds2018-04-26
* Replaced calls to deprecated tensorflow::StringPiece methods with theirGravatar A. Unique TensorFlower2018-04-02
* import_graph_def: support "absolute" names with the C API enabled.Gravatar Skye Wanderman-Milne2018-02-09
* Enabled XLA for TF C API.Gravatar Mingsheng Hong2018-02-09
* 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
* Enable ImportGraphDef to import unbound graph when input_map maps all unboundGravatar 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
* 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
* Merge changes from github.Gravatar A. Unique TensorFlower2017-08-15
* 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
* Fix ImportGraphDef() bugGravatar Skye Wanderman-Milne2017-06-09
* 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
* In ShapeRefiner::ExtractConstantSubgraph, don't includeGravatar A. Unique TensorFlower2017-03-03
* Make import_graph_def work with functionsGravatar Skye Wanderman-Milne2017-03-01
* Fix code that ignores tensorflow::Status.Gravatar Peter Hawkins2017-02-13
* Add return_tensors parameter to ImportGraphDefOptions. This isGravatar Skye Wanderman-Milne2017-01-17
* Add control_dependencies parameter to ImportGraphDefOptions.Gravatar Skye Wanderman-Milne2017-01-13
* Add input_map parameter to ImportGraphDefOptions.Gravatar Skye Wanderman-Milne2017-01-09
* ImportGraphDef for C++Gravatar Asim Shankar2016-09-22
* Remove some uses of RE2 library that can be replaced with simplerGravatar Vijay Vasudevan2016-09-21
* Rectify innocent typosGravatar Asim Shankar2016-09-19
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* Replace uses of RE2 with Scanner, for sources that are used on mobile.Gravatar A. Unique TensorFlower2016-03-09
* Remove no-longer-needed RequireDefaultOps().Gravatar Josh Levenberg2016-02-25
* 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
* 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
* Added 'logging' import to control_flow_ops which is used in the file but not ...Gravatar A. Unique TensorFlower2016-01-05
* TensorFlow: upstream changes to gitGravatar Vijay Vasudevan2015-12-03