aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/quantization
Commit message (Expand)AuthorAge
* In contrib/quantization, use eigen threadpool when calling gemmlowp toGravatar A. Unique TensorFlower2016-07-16
* Fix divide-by-zero in specialized version of RequantizeMany...UsingEigen.Gravatar A. Unique TensorFlower2016-07-13
* Move computation in quantized_bias_add_op.cc to quantization_utils.h.Gravatar A. Unique TensorFlower2016-07-13
* Fixes a bug in TensorFlow quantization, where a negative constant nodeGravatar A. Unique TensorFlower2016-07-13
* Avoid overflow in float-int32 cast when making test case for quantization.Gravatar A. Unique TensorFlower2016-07-13
* Change QuantizedBiasAdd op to use eigen floating point computationGravatar A. Unique TensorFlower2016-07-13
* Enable optimized requantization function.Gravatar A. Unique TensorFlower2016-07-12
* Change DequantizeOp to use eigen for MIN_FIRST case.Gravatar A. Unique TensorFlower2016-07-11
* 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