Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/
Dquantization_utils.cc457 auto q_type = quant::QuantizedType::getQuantizedElementType(tensor_type); in QuantizeLegacy() local
467 q_type.castExpressedToStorageType(real_values_attr.getType()) in QuantizeLegacy()
469 int width = q_type.getStorageType().dyn_cast<mlir::IntegerType>().getWidth(); in QuantizeLegacy()
471 if (width == 8 && q_type.getStorageTypeMax() == 127 && in QuantizeLegacy()
472 q_type.getStorageTypeMin() == -127) { in QuantizeLegacy()
474 if (q_type.isa<UniformQuantizedType>()) { in QuantizeLegacy()
480 q_type.dyn_cast<UniformQuantizedPerAxisType>()) { in QuantizeLegacy()
503 if (auto uniform_type = q_type.dyn_cast<UniformQuantizedType>()) { in QuantizeLegacy()
516 if (auto uniform_type = q_type.dyn_cast<UniformQuantizedType>()) { in QuantizeLegacy()
519 q_type.dyn_cast<UniformQuantizedPerAxisType>()) { in QuantizeLegacy()
[all …]
/external/OpenCSD/decoder/include/opencsd/etmv4/
Dtrc_pkt_types_etmv4.h272 uint32_t q_type:4; member
Dtrc_pkt_elem_etmv4i.h520 Q_pkt.q_type = type; in setQType()