aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/graph_transforms/fold_batch_norms.cc
Commit message (Expand)AuthorAge
* Automated rollback of commit ee38f86972b13f3eb90032e93b305e822152bf62Gravatar Patrick Nguyen2018-08-09
* Merge pull request #21023 from zhaoyongke:masterGravatar TensorFlower Gardener2018-08-09
|\
| * Fold bn with depthwise conv, minor typoGravatar zhaoyongke2018-08-03
| * Fold BN after depthwise convGravatar 卜居2018-07-22
|/
* Don't fold batch norm calculations if weights are used somewhere else in the ...Gravatar A. Unique TensorFlower2017-09-28
* Replace protobuf CopyFrom with assignmentGravatar A. Unique TensorFlower2017-05-30
* Extends fold_batch_norms transform to also fold the mul introduced by batch n...Gravatar A. Unique TensorFlower2017-03-01
* Create Graph Transform Tool for rewriting model files.Gravatar Pete Warden2016-12-21