aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/quantization
Commit message (Expand)AuthorAge
...
* Change QuantizedConcatOp to use memcpy where possible, and eigen otherwise.Gravatar A. Unique TensorFlower2016-07-07
* Fix flakiness in quantization_utils_test by allowing the eigen computation toGravatar A. Unique TensorFlower2016-07-07
* For quantization values where range_min == range_max, use the lowest_quantized.Gravatar A. Unique TensorFlower2016-07-06
* Use Eigen for the MIN_FIRST quantization method in QuantizeV2Op.Gravatar A. Unique TensorFlower2016-07-06
* Change QuantizeDownAndResizeRange to use eigen. Provide the int-computation o...Gravatar A. Unique TensorFlower2016-06-29
* Change quantized concat to use the same core function as the concat kernel inGravatar A. Unique TensorFlower2016-06-28
* Merge changes from github.Gravatar A. Unique TensorFlower2016-06-24
* Refactor Get2dOutputSizes/Get2dOutputSizesVerbose/Get3dOutputSizes to share a...Gravatar A. Unique TensorFlower2016-06-20
* Enable the use of gemmlowp in quantized_matmul_op.cc.Gravatar A. Unique TensorFlower2016-06-15
* Execute TODOs toGravatar Olivia Nordquist2016-06-14
* Add a flag to load quantization library explicitly.Gravatar A. Unique TensorFlower2016-06-14
* Monitor InFlow queues via TensorBoard summariesGravatar David Soergel2016-06-13
* Update copyright for 3p/tf.Gravatar A. Unique TensorFlower2016-06-02
* Move quantize_and_dequantize to core for the quantize training rewriting.Gravatar Jianmin Chen2016-05-31
* Implement the op to convert a float tensor to quantized and then dequantize itGravatar Jianmin Chen2016-05-26
* Improve contrib gen_docs markup.Gravatar A. Unique TensorFlower2016-05-16
* Reenable check_futures_testGravatar Geoffrey Irving2016-04-29
* Fixed up inclusion-order problems with Python modules.Gravatar Pete Warden2016-04-25
* Add quantization support through new ops and tools.Gravatar Pete Warden2016-04-22