aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/quantize/python/fold_batch_norms.py
Commit message (Expand)AuthorAge
* Do not specify dilation rate to depthwise conv2d.Gravatar Suharsh Sivakumar2018-09-27
* Remove restriction on scope for bypass operators. Previously, the scope had ...Gravatar Raghuraman Krishnamoorthi2018-09-20
* Remove dependency on graph_editor.Gravatar Suharsh Sivakumar2018-09-07
* Fix error in freezing batch norm variables. Previously, only batch mean stat...Gravatar Raghuraman Krishnamoorthi2018-08-06
* Support quantizing atrous convolutions.Gravatar Suharsh Sivakumar2018-06-28
* Make op unique name generation case insensitive (#18413)Gravatar Paul Van Eck2018-05-14
* Use tensorflow size to determine number of elements instead of the static sha...Gravatar Suharsh Sivakumar2018-05-03
* Handle variations in scoping of batch norms for correct unfused batch norm fo...Gravatar Raghuraman Krishnamoorthi2018-04-26
* Improve handling of scopes in folding unfused batch norms. This change allow...Gravatar Raghuraman Krishnamoorthi2018-04-24
* Merge changes from github.Gravatar Yifei Feng2018-04-23
* Relax limitations on rerouting graph outputs.Gravatar Suharsh Sivakumar2018-03-28
* Merge changes from github.Gravatar Jacques Pienaar2018-03-21
* Fix naming BatchNorm_Fold//batch_norm_correction -> BatchNorm_Fold/batch_norm...Gravatar A. Unique TensorFlower2018-03-16
* Automated g4 rollback of changelist 189231636Gravatar A. Unique TensorFlower2018-03-15
* Merge changes from github.Gravatar Jacques Pienaar2018-03-15
* Add support for ResourceVariable weights to the quantization rewriter.Gravatar Suharsh Sivakumar2018-03-07
* Ensure folding of batch norms is idempotent.Gravatar Suharsh Sivakumar2018-03-01
* Fix incorrect is_training parameter.Gravatar Suharsh Sivakumar2018-02-13
* Add our own "global step" called quantization_step to avoid needing to reset ...Gravatar Suharsh Sivakumar2018-02-08
* Make fold batch norm code use OneofPattern and rearrange functions to (maybe)...Gravatar Suharsh Sivakumar2018-02-05
* Add functionality to fold batch norm (supporting both fused and unfused batch...Gravatar Raghuraman Krishnamoorthi2018-02-01
* Fold FuseBatchNorm correctly.Gravatar Suharsh Sivakumar2017-12-21
* With fused batch norm, collect the tangle of nodes used for folding BN into B...Gravatar A. Unique TensorFlower2017-12-14
* Add support for fused batch norm to fake quantize rewriter.Gravatar Suharsh Sivakumar2017-10-19
* Batch norm folding immediately fails if FusedBatchNorm ops are present.Gravatar A. Unique TensorFlower2017-10-16
* quantize API and copy and modify quantize mangle script to allow open sourcin...Gravatar Suharsh Sivakumar2017-10-02