Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/ao/quantization/backend_config/
H A Dbackend_config.py53 class ObservationType(Enum): class
487 self, observation_type: ObservationType
605 self, num_tensor_args_to_observation_type: Dict[int, ObservationType] argument
/aosp_15_r20/external/pytorch/torch/ao/quantization/fx/
H A Dquantize_handler.py104 observation_type: ObservationType,
106 num_tensor_args_to_observation_type: Dict[int, ObservationType], argument