Searched refs:MovingAvgQuantize (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/contrib/quantize/python/ |
D | quant_ops_test.py | 61 min_value, max_value = self._GetMinMaxValues(quant_ops.MovingAvgQuantize, 68 quant_ops.MovingAvgQuantize, [[-1, 1], [0, 0]], shape=None) 74 quant_ops.MovingAvgQuantize, [[-1, 0.5], [0, 0]], symmetric=True) 81 quant_ops.MovingAvgQuantize, [[-1, 0.5], [0, 0]], 111 _ = quant_ops.MovingAvgQuantize(
|
D | quant_ops.py | 185 def MovingAvgQuantize(inputs, function
|
D | quantize.py | 732 quant_ops.MovingAvgQuantize(
|