Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/
Dquantization_utils.cc457 auto q_type = quant::QuantizedType::getQuantizedElementType(tensor_type); in QuantizeLegacy() local
539 if (auto q_type = in Quantize() local
570 if (auto q_type = type.dyn_cast<UniformQuantizedType>()) { in DownCastScale() local
575 } else if (auto q_type = type.dyn_cast<UniformQuantizedPerAxisType>()) { in DownCastScale() local
/external/OpenCSD/decoder/include/opencsd/etmv4/
Dtrc_pkt_types_etmv4.h272 uint32_t q_type:4; member