Searched refs:GetQuantizedTypeAttr (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/tensorflow/ |
D | tf_to_quant.cc | 113 TypeAttr qtype = quant::GetQuantizedTypeAttr( in matchAndRewrite()
|
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/ |
D | prepare_quantize.cc | 204 TypeAttr params = quant::GetQuantizedTypeAttr( in SetInputNodesQuantizationParams()
|
D | legalize_patterns.td | 42 … "quant::GetQuantizedTypeAttr($_builder, $0.getType(), $1, $2, -1, $3, $4, /*is_signed=*/false)">;
|
D | prepare_tf.cc | 230 TypeAttr qtype = quant::GetQuantizedTypeAttr( in matchAndRewrite()
|
/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/ |
D | quantization_utils.h | 498 TypeAttr GetQuantizedTypeAttr(Builder builder, Type input_type, Attribute min,
|
D | quantization_utils.cc | 155 TypeAttr GetQuantizedTypeAttr(Builder builder, Type input_type, Attribute min, in GetQuantizedTypeAttr() function
|