Home
last modified time | relevance | path

Searched refs:quant_ops (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/contrib/quantize/python/
Dquant_ops_test.py21 from tensorflow.contrib.quantize.python import quant_ops
38 min_value, max_value = self._GetMinMaxValues(quant_ops.LastValueQuantize,
45 quant_ops.LastValueQuantize,
54 quant_ops.LastValueQuantize, [[-1, 0.5]],
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]],
96 _ = quant_ops.LastValueQuantize(
111 _ = quant_ops.MovingAvgQuantize(
Dquantize.py25 from tensorflow.contrib.quantize.python import quant_ops
732 quant_ops.MovingAvgQuantize(
745 quant_ops.LastValueQuantize(
/external/tensorflow/tensorflow/contrib/quantize/
DBUILD137 name = "quant_ops",
138 srcs = ["python/quant_ops.py"],
157 ":quant_ops",
176 ":quant_ops",
/external/tensorflow/tensorflow/core/graph/
Dmkl_layout_pass.cc1862 std::vector<string> quant_ops{ in SetUpInputs() local
1875 std::find(std::begin(quant_ops), std::end(quant_ops), in SetUpInputs()
1876 old_node->type_string()) == std::end(quant_ops); in SetUpInputs()