Searched refs:q_type (Results 1 – 3 of 3) sorted by relevance
457 auto q_type = quant::QuantizedType::getQuantizedElementType(tensor_type); in QuantizeLegacy() local467 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 …]
272 uint32_t q_type:4; member
520 Q_pkt.q_type = type; in setQType()