Home
last modified time | relevance | path

Searched defs:q_type (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/
Dquantization_utils.cc103 if (auto q_type = type.dyn_cast<UniformQuantizedType>()) { in ResetMinMaxFromNumBits() local
109 } else if (auto q_type = in ResetMinMaxFromNumBits() local
548 auto q_type = quant::QuantizedType::getQuantizedElementType(tensor_type); in QuantizeLegacy() local
640 if (auto q_type = in Quantize() local
665 if (auto q_type = type.dyn_cast<UniformQuantizedType>()) { in DownCastScale() local
667 } else if (auto q_type = in DownCastScale() local
688 if (auto q_type = type.dyn_cast<UniformQuantizedType>()) { in DownCastScale() local
693 } else if (auto q_type = in DownCastScale() local
/external/tensorflow/tensorflow/compiler/mlir/lite/experimental/tac/transforms/
Ddevice_transform.cc164 auto q_type = input_type.getElementType() in matchAndRewrite() local
/external/OpenCSD/decoder/include/opencsd/etmv4/
Dtrc_pkt_types_etmv4.h273 uint32_t q_type:4; member