Home
last modified time | relevance | path

Searched defs:QuantType (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/pytorch/torch/ao/quantization/
H A Dquant_type.py11 class QuantType(enum.IntEnum): class
27 def _get_quant_type_to_str(quant_type: QuantType) -> str:
/aosp_15_r20/external/pytorch/torch/ao/quantization/fx/
H A Dcustom_config.py124 quant_type: QuantType = QuantType.STATIC,
397 quant_type: QuantType = QuantType.STATIC,
H A Dconvert.py895 custom_module_class_mapping: Dict[QuantType, Dict[Type, Type]],
H A Dutils.py117 custom_module_mapping: Dict[QuantType, Dict[Type, Type]]
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/quantization/
H A Dquantization_type.h10 enum QuantType : std::uint8_t { DYNAMIC = 0, STATIC }; enum
/aosp_15_r20/external/libaom/test/
H A Dquantize_func_test.cc78 enum QuantType { TYPE_B, TYPE_DC, TYPE_FP }; enum
/aosp_15_r20/frameworks/av/media/module/codecs/m4v_h263/enc/src/
H A Dmp4lib_int.h193 Int QuantType[4]; /* H263, MPEG2 */ member