Home
last modified time | relevance | path

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

/aosp_15_r20/external/executorch/kernels/quantized/cpu/
H A Dop_quantize.cpp43 int32_t quant_min_lower_bound = 0, quant_max_upper_bound = 0; in check_quantize_per_tensor_args() local
/aosp_15_r20/external/pytorch/torch/ao/quantization/backend_config/
H A Dbackend_config.py105 quant_max_upper_bound: Union[int, float, None] = None variable in DTypeWithConstraints