aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/graph_transforms/sparsify_gather_test.cc
Commit message (Expand)AuthorAge
* Removed redundant std::string -> string conversions.Gravatar A. Unique TensorFlower2018-09-04
* Replaced calls to tensorflow::StringPiece::ToString with std::string conversi...Gravatar Peter Hawkins2018-05-02
* Supporting new saving op structure.Gravatar A. Unique TensorFlower2018-02-01
* Extending sparsify_gather to remove variables from the tensorflow summaries.Gravatar A. Unique TensorFlower2018-01-31
* Updating sparsify_gather.Gravatar A. Unique TensorFlower2018-01-26
* Enabling sparsify_gather to be called before freeze.Gravatar A. Unique TensorFlower2017-09-16
* Handle case where init node is not present in the frozen graph.Gravatar A. Unique TensorFlower2017-08-07
* Add an axis parameter to tf.gather. Fixes GitHub issue #11223.Gravatar RJ Ryan2017-07-11
* Add sparsify_gather op to reduce linear model memory footprint.Gravatar James Qin2017-03-09