aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/graph/quantize_training.cc
Commit message (Expand)AuthorAge
* Fix bug where name generated by Graph::NewName can conflict with generated Se...Gravatar Skye Wanderman-Milne2018-04-03
* Automated g4 rollback of changelist 175593063Gravatar A. Unique TensorFlower2017-11-20
* Automated g4 rollback of changelist 175563786Gravatar A. Unique TensorFlower2017-11-13
* Moved tensorflow::StringPiece::Hasher out of tensorflow::StringPiece and rena...Gravatar A. Unique TensorFlower2017-11-13
* Changed nodes_to_rewrite in quantize_training.cc from a nontrivially destruct...Gravatar A. Unique TensorFlower2017-11-13
* Introduce a fake_quantize_training graph transform.Gravatar Suharsh Sivakumar2017-07-20
* Many algorithms need to enumerate the set of nodes within a graph, while excl...Gravatar A. Unique TensorFlower2017-05-22
* Fix bugs in SetAttrValue and remove unnecessary calls to Node::ClearAttrGravatar Geoffrey Irving2017-05-18
* Automated g4 rollback of changelist 156251356Gravatar Geoffrey Irving2017-05-17
* Automated g4 rollback of changelist 156244933Gravatar Geoffrey Irving2017-05-16
* Reduce direct references to NodeDef in favor of Node and AttrSliceGravatar Geoffrey Irving2017-05-16
* Allow FakeQuantWithMinMaxVars to be used with quantize_training rewriter.Gravatar Suharsh Sivakumar2017-04-27
* Fix a bunch of compiler warnings.Gravatar Suharsh Sivakumar2017-04-03
* Make quantize training rewriter add variables to save and restore ops if a sa...Gravatar Suharsh Sivakumar2017-03-29
* Make quantize training rewriter recognize Concat inputs.Gravatar Suharsh Sivakumar2017-03-17
* Estimated moving average for quantize training activations with unknown range.Gravatar Suharsh Sivakumar2017-03-14
* Make input_min and input_max Inputs of QuantizeAndDequantize rather than attr...Gravatar Suharsh Sivakumar2017-02-15
* Automated rollback of change 147124625Gravatar Asim Shankar2017-02-10
* Make input_min and input_max Inputs of QuantizeAndDequantize rather than attr...Gravatar Suharsh Sivakumar2017-02-09
* Adds VariableV2 with a sane shape_fn.Gravatar A. Unique TensorFlower2016-12-05
* Cleanup license headerGravatar A. Unique TensorFlower2016-09-29
* Fix ~63 ClangTidy - Performance findings in TensorFlow.Gravatar Vincent Vanhoucke2016-08-31
* Make QuantizeAndDequantize op accessible from Python code.Gravatar Jianmin Chen2016-06-15
* Enable quantized training rewriting from the python side.Gravatar Jianmin Chen2016-06-14
* Rewriting training graph to simulate the precision loss for quantized inference.Gravatar Jianmin Chen2016-06-06