Searched defs:QuantType (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/pytorch/torch/ao/quantization/ |
H A D | quant_type.py | 11 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 D | custom_config.py | 124 quant_type: QuantType = QuantType.STATIC, 397 quant_type: QuantType = QuantType.STATIC,
|
H A D | convert.py | 895 custom_module_class_mapping: Dict[QuantType, Dict[Type, Type]],
|
H A D | utils.py | 117 custom_module_mapping: Dict[QuantType, Dict[Type, Type]]
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/quantization/ |
H A D | quantization_type.h | 10 enum QuantType : std::uint8_t { DYNAMIC = 0, STATIC }; enum
|
/aosp_15_r20/external/libaom/test/ |
H A D | quantize_func_test.cc | 78 enum QuantType { TYPE_B, TYPE_DC, TYPE_FP }; enum
|
/aosp_15_r20/frameworks/av/media/module/codecs/m4v_h263/enc/src/ |
H A D | mp4lib_int.h | 193 Int QuantType[4]; /* H263, MPEG2 */ member
|