Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/quantized/
H A DQuantizer.h129 struct TORCH_API PerChannelAffineQuantizer : public AffineQuantizer { struct
130 explicit PerChannelAffineQuantizer( in PerChannelAffineQuantizer() argument
140 QScheme qscheme() const override { in qscheme()
165 static_cast<PerChannelAffineQuantizer*>(other.get()); in equalTo() argument
179 * PerChannelAffineFloatQParamsQuantizer is the same as PerChannelAffineQuantizer argument