Searched refs:quantized_ops (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/contrib/quantize/python/ |
D | quantize.py | 87 quantized_ops = set() 137 quantized_ops.add(layer_match.activation_op) 158 quantized_ops.add(layer_match.bias_add_op) 181 quantized_ops.add(layer_match.bypass_op) 215 quantized_ops.add(layer_match.post_activation_bypass_op) 218 quantized_ops, 228 def _QuantizeActivationLayers(quantized_ops, argument 259 if _CheckIfQuantizableOp(op, quantized_ops): 277 def _CheckIfQuantizableOp(src_op, quantized_ops): argument 288 if src_op in quantized_ops: [all …]
|
/external/tensorflow/tensorflow/core/kernels/ |
D | BUILD | 1752 ":quantized_ops", 3560 ":quantized_ops", 6028 name = "quantized_ops", 6078 ":quantized_ops", 6094 ":quantized_ops", 6110 ":quantized_ops", 6124 ":quantized_ops", 6167 ":quantized_ops", 6187 ":quantized_ops", 6230 ":quantized_ops", [all …]
|
/external/tensorflow/tensorflow/core/kernels/hexagon/ |
D | BUILD | 44 "//tensorflow/core/kernels:quantized_ops",
|
/external/tensorflow/tensorflow/tools/graph_transforms/ |
D | BUILD | 208 "//tensorflow/core/kernels:quantized_ops",
|
/external/tensorflow/tensorflow/core/ |
D | BUILD | 1516 "//tensorflow/core/kernels:quantized_ops",
|