aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/graph/graph_constructor.h
Commit message (Expand)AuthorAge
* fix C++ header guards.Gravatar A. Unique TensorFlower2018-08-21
* Make ImportGraphDefOptions and ImportGraphDefResults own all strings.Gravatar Skye Wanderman-Milne2018-06-21
* 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
* 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 ability to fetch return nodes and unused input mappings from C API GraphD...Gravatar Skye Wanderman-Milne2017-10-30
* 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
* Don't create cond_input and body_input nodes when finishing while loopGravatar Igor Ganichev2017-08-19
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* Make function instantiation use std::vector<NodeDef> instead of GraphDefGravatar Geoffrey Irving2017-06-01
* Clean up constant-folder API. No functional changes.Gravatar Peter Hawkins2017-04-27
* Make ImportGraphDef() work with functions.Gravatar Skye Wanderman-Milne2017-04-04
* Make import_graph_def work with functionsGravatar Skye Wanderman-Milne2017-03-01
* 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
* graph_constructor: Remove dead code.Gravatar Asim Shankar2016-09-16
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* Moved config.proto from core/framework to core/protobuf.Gravatar Sherry Moore2016-03-04
* Refactor the logic to apply optimization into a common module.Gravatar A. Unique TensorFlower2016-02-03
* - Added optimizer_options field to GraphOptions, moved graph optmizationGravatar Manjunath Kudlur2016-01-27
* Global search & replace to move to the new location forGravatar Josh Levenberg2016-01-26
* Added constant folding optimization pass.Gravatar Manjunath Kudlur2016-01-25
* 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