Home
last modified time | relevance | path

Searched refs:GetQuantizedTypeAttr (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/tensorflow/
Dtf_to_quant.cc113 TypeAttr qtype = quant::GetQuantizedTypeAttr( in matchAndRewrite()
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dprepare_quantize.cc204 TypeAttr params = quant::GetQuantizedTypeAttr( in SetInputNodesQuantizationParams()
Dlegalize_patterns.td42 … "quant::GetQuantizedTypeAttr($_builder, $0.getType(), $1, $2, -1, $3, $4, /*is_signed=*/false)">;
Dprepare_tf.cc230 TypeAttr qtype = quant::GetQuantizedTypeAttr( in matchAndRewrite()
/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/
Dquantization_utils.h498 TypeAttr GetQuantizedTypeAttr(Builder builder, Type input_type, Attribute min,
Dquantization_utils.cc155 TypeAttr GetQuantizedTypeAttr(Builder builder, Type input_type, Attribute min, in GetQuantizedTypeAttr() function