aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/graph_transforms
Commit message (Expand)AuthorAge
...
* Enabling sparsify_gather to be called before freeze.Gravatar A. Unique TensorFlower2017-09-16
* Graph transform to flatten atrous (dilated) convolutions (i.e., a sequence of...Gravatar A. Unique TensorFlower2017-09-12
* Fix typo in graph transforms error messageGravatar A. Unique TensorFlower2017-09-06
* C++ API: run shape inference as nodes are constructedGravatar Skye Wanderman-Milne2017-08-15
* Merge changes from github.Gravatar A. Unique TensorFlower2017-08-15
* RemoveEMA GT: transforms frozen graphs from the FakeQuantizeTraining GT makin...Gravatar Suharsh Sivakumar2017-08-09
* Handle case where init node is not present in the frozen graph.Gravatar A. Unique TensorFlower2017-08-07
* Merge changes from github.Gravatar Vijay Vasudevan2017-07-28
* Look inside functions to see which node types are used.Gravatar Pete Warden2017-07-27
* Modify dependency structure of transform_utils to allow use within Grappler.Gravatar Suharsh Sivakumar2017-07-24
* Introduce a fake_quantize_training graph transform.Gravatar Suharsh Sivakumar2017-07-20
* Add option to fold_constants to exclude specified ops.Gravatar A. Unique TensorFlower2017-07-18
* Add an axis parameter to tf.gather. Fixes GitHub issue #11223.Gravatar RJ Ryan2017-07-11
* Fixed crash in graph summarization toolGravatar Pete Warden2017-07-10
* Added Mobilenet support to TensorFlow toolingGravatar Pete Warden2017-07-10
* Optimize FusedBatchNorm for inference.Gravatar A. Unique TensorFlower2017-06-29
* Prepare to remove a bunch of proto.h includes from tensorflow/core headersGravatar Geoffrey Irving2017-06-29
* Merge changes from github.Gravatar A. Unique TensorFlower2017-06-27
* Automated g4 rollback of changelist 160182040Gravatar A. Unique TensorFlower2017-06-26
* Merge changes from github.Gravatar A. Unique TensorFlower2017-06-26
* BUILD cleanup in tensorflow/tools/...Gravatar A. Unique TensorFlower2017-06-23
* Prepare to not include node_def.proto.h in node_def_util.hGravatar Geoffrey Irving2017-06-23
* Fix a flaky test in graph_transforms:transforms_testGravatar A. Unique TensorFlower2017-06-14
* Add a transformation rule to transform from ResizeBilinear to QuantizedResize...Gravatar A. Unique TensorFlower2017-06-14
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* Remove unused protobuf header inclusionsGravatar A. Unique TensorFlower2017-06-06
* Preallocate vector storage when the ultimate vector size is known in advanceGravatar A. Unique TensorFlower2017-06-01
* Replace protobuf CopyFrom with assignmentGravatar A. Unique TensorFlower2017-05-30
* Use "empty" member function to test for emptinessGravatar A. Unique TensorFlower2017-05-30
* Enable removal of nodes with multiple inputsGravatar Pete Warden2017-05-24
* Implement quantized addition op, with NEON-acceleration for ARM devicesGravatar A. Unique TensorFlower2017-05-24
* Track statistics for looping graphs in benchmark, and add missing kernelsGravatar Pete Warden2017-05-24
* Merge changes from github.Gravatar A. Unique TensorFlower2017-05-18
* Add graph transform rewriter for remote fused graphGravatar A. Unique TensorFlower2017-05-18
* Remove unnecessary copies of value parameters.Gravatar Peter Hawkins2017-05-10
* Ignore trailing space in transform parameter string.Gravatar A. Unique TensorFlower2017-05-10
* Merge changes from github.Gravatar Dan Ringwalt2017-05-05
* Added graph structure output to summarize_graphGravatar Pete Warden2017-04-28
* Clean up constant-folder API. No functional changes.Gravatar Peter Hawkins2017-04-27
* Switch DirectSession to use _Arg and _Retval ops for feeding and fetching.Gravatar Derek Murray2017-04-20
* Fix graph_transform documentation:Gravatar A. Unique TensorFlower2017-04-20
* Merge changes from github.Gravatar Patrick Nguyen2017-04-17
* Merge changes from github.Gravatar Rohan Jain2017-04-07
* Extend quantization ranges to include 0.0f.Gravatar A. Unique TensorFlower2017-04-05
* Merge changes from github.Gravatar A. Unique TensorFlower2017-04-04
* Move equal_graph_def.h/cc from core/graph to core/utilGravatar Skye Wanderman-Milne2017-03-29
* Merge changes from github.Gravatar Martin Wicke2017-03-23
* Set dtype of Const node in TensorArrayV3 backporting ruleGravatar A. Unique TensorFlower2017-03-22
* Added backporting rules for TensorArrayV3 and friendsGravatar Pete Warden2017-03-20
* Switched existing backporting rules to use the graph transform frameworkGravatar Pete Warden2017-03-15