aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/quantize
Commit message (Expand)AuthorAge
* BEGIN_PUBLICGravatar Mingxing Tan2018-10-03
* Remove dependency on contrib model_variable.Gravatar Suharsh Sivakumar2018-10-02
* Do not specify dilation rate to depthwise conv2d.Gravatar Suharsh Sivakumar2018-09-27
* Merge pull request #19894 from manipopopo:fix_quantizeGravatar TensorFlower Gardener2018-09-26
|\
* | Update links to tf lite site.Gravatar Billy Lamberta2018-09-20
* | Remove restriction on scope for bypass operators. Previously, the scope had ...Gravatar Raghuraman Krishnamoorthi2018-09-20
| * Fix routing of delayed quantized tensorsGravatar manipopopo2018-09-20
| * Fix routing of quantized tensorsGravatar manipopopo2018-09-20
|/
* Update description of contrib.quantizeGravatar Raghuraman Krishnamoorthi2018-09-14
* Remove dependency on graph_editor.Gravatar Suharsh Sivakumar2018-09-07
* Check for training ops in graph. The rewriter only works for graphs with no ...Gravatar Raghuraman Krishnamoorthi2018-08-16
* Automated rollback of commit 394db95965e1d745f08b4eeb550878ddc175af15Gravatar Raghuraman Krishnamoorthi2018-08-16
* Fixes issue where gradients are being quantized. In addition, because gradien...Gravatar A. Unique TensorFlower2018-08-16
* The rewriter should not add nodes if followed pass-through op and then a Fake...Gravatar Suharsh Sivakumar2018-08-14
* Merge pull request #21086 from taehoonlee:fix_typosGravatar TensorFlower Gardener2018-08-08
|\
* | Fix error in freezing batch norm variables. Previously, only batch mean stat...Gravatar Raghuraman Krishnamoorthi2018-08-06
* | Support quantization of layers with a conv/matmul followed by an activation,...Gravatar Raghuraman Krishnamoorthi2018-08-06
* | Generalize quantization rewriter to handle seperable convolutions. Insert fa...Gravatar Raghuraman Krishnamoorthi2018-08-01
| * Fix typosGravatar Taehoon Lee2018-07-24
|/
* Expose quant_delay arg in experimental_create_eval_graph function.Gravatar A. Unique TensorFlower2018-07-11
* Support extra identity operation added if batch_norms updates are forced.Gravatar Suharsh Sivakumar2018-07-06
* Merge changes from github.Gravatar Yifei Feng2018-07-02
* Support quantizing atrous convolutions.Gravatar Suharsh Sivakumar2018-06-27
* Merge changes from github.Gravatar Akshay Modi2018-06-18
* Automated g4 rollback of changelist 201011811Gravatar Akshay Modi2018-06-18
* Merge changes from github.Gravatar Akshay Modi2018-06-18
* The quantizer should match the patterns for partition variables.Gravatar Suharsh Sivakumar2018-05-18
* Make sure that variables aren't created as partition variables since only non...Gravatar Suharsh Sivakumar2018-05-14
* Introduce ordered_inputs option to graph_matcher to allow simpler matching of...Gravatar Suharsh Sivakumar2018-05-11
* Add operations before Identity operations should be quantized.Gravatar Suharsh Sivakumar2018-05-04
* 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
* FakeQuant operations before ReLUs (occurs after bypass nodes) aren't needed.Gravatar Suharsh Sivakumar2018-04-23
* Add `scope` parameter in experimental Quantization API.Gravatar Yu-Cheng Ling2018-04-09
* We no longer need updates_collections in quant ops since we rely on the data ...Gravatar Suharsh Sivakumar2018-04-06
* Update docs to include the most relevant paper.Gravatar Suharsh Sivakumar2018-04-06
* Fix a crash in Quantize() when tf.contrib.framework.get_name_scope() == None.Gravatar A. Unique TensorFlower2018-03-30
* Remove all_opensource_files. It's not needed any more.Gravatar Martin Wicke2018-03-28
* Relax limitations on rerouting graph outputs.Gravatar Suharsh Sivakumar2018-03-28
* Improvements to quantization matching code:Gravatar Suharsh Sivakumar2018-03-22
* Merge changes from github.Gravatar Jacques Pienaar2018-03-21
* Drop name_scope from operation names during quantization to avoid doubling it...Gravatar A. Unique TensorFlower2018-03-20
* Quantize bypasses after activations.Gravatar Suharsh Sivakumar2018-03-19
* Disable freeze_bn_delay by default.Gravatar Suharsh Sivakumar2018-03-19
* Fix naming BatchNorm_Fold//batch_norm_correction -> BatchNorm_Fold/batch_norm...Gravatar A. Unique TensorFlower2018-03-16
* Don't put quantization variables in EMA collection by default.Gravatar Suharsh Sivakumar2018-03-15
* Automated g4 rollback of changelist 189231636Gravatar A. Unique TensorFlower2018-03-15
* Merge changes from github.Gravatar Jacques Pienaar2018-03-15