Searched defs:UniformQuantizer (Results 1 – 1 of 1) sorted by relevance
45 struct TORCH_API UniformQuantizer : public Quantizer { struct46 explicit UniformQuantizer(ScalarType scalar_type) : Quantizer(scalar_type) {} in UniformQuantizer() argument