aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/graph_transforms/transform_utils.cc
Commit message (Expand)AuthorAge
* Removed redundant std::string -> string conversions.Gravatar A. Unique TensorFlower2018-09-04
* Add some LOGging when we detect nodes in a cycleGravatar Sanjoy Das2018-07-18
* Replaced calls to tensorflow::StringPiece::ToString with std::string conversi...Gravatar Peter Hawkins2018-05-02
* Replaced calls to deprecated tensorflow::StringPiece methods with theirGravatar A. Unique TensorFlower2018-04-04
* Use shape information in constant propagation.Gravatar A. Unique TensorFlower2017-10-03
* Modify dependency structure of transform_utils to allow use within Grappler.Gravatar Suharsh Sivakumar2017-07-24
* Replace protobuf CopyFrom with assignmentGravatar A. Unique TensorFlower2017-05-30
* Use "empty" member function to test for emptinessGravatar A. Unique TensorFlower2017-05-30
* Fix code that ignores tensorflow::Status.Gravatar Peter Hawkins2017-02-13
* Optimize eight-bit graphs by removing RequantizationRangesGravatar Pete Warden2017-01-10
* Add new transforms and compare_graph toolGravatar Pete Warden2017-01-09
* Check node input and output types are float before quantizingGravatar Pete Warden2017-01-06
* Create Graph Transform Tool for rewriting model files.Gravatar Pete Warden2016-12-21
* Refactor fold_constants to make reuse easier.Gravatar Pete Warden2016-11-08
* Tool to fold constants in saved graphs.Gravatar Pete Warden2016-10-06