Home
last modified time | relevance | path

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

/external/pytorch/torch/ao/nn/quantized/reference/modules/
Dconv.py33 def from_float(cls, float_conv, weight_qparams): argument
113 def from_float(cls, float_conv, weight_qparams): argument
176 def from_float(cls, float_conv, weight_qparams): argument
239 def from_float(cls, float_conv, weight_qparams): argument
251 def from_float(cls, float_conv, weight_qparams): argument
349 def from_float(cls, float_conv, weight_qparams): argument
430 def from_float(cls, float_conv, weight_qparams): argument
510 def from_float(cls, float_conv, weight_qparams): argument
Dsparse.py66 def from_float(cls, mod, weight_qparams): argument
147 def from_float(cls, mod, weight_qparams, use_precomputed_fake_quant=False): argument
Dlinear.py56 def from_float(cls, float_linear, weight_qparams): argument
Dutils.py13 def _init_weight_qparams(self, weight_qparams, device): argument
/external/pytorch/test/quantization/core/
Dtest_quantized_module.py1865 def _quant_dequant_weight(self, weight, weight_qparams): argument