Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/quantized/
H A DQuantizer.h45 struct TORCH_API UniformQuantizer : public Quantizer { struct
46 explicit UniformQuantizer(ScalarType scalar_type) : Quantizer(scalar_type) {} in UniformQuantizer() argument