Searched defs:weight_qparams (Results 1 – 5 of 5) sorted by relevance
/external/pytorch/torch/ao/nn/quantized/reference/modules/ |
D | conv.py | 33 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
|
D | sparse.py | 66 def from_float(cls, mod, weight_qparams): argument 147 def from_float(cls, mod, weight_qparams, use_precomputed_fake_quant=False): argument
|
D | linear.py | 56 def from_float(cls, float_linear, weight_qparams): argument
|
D | utils.py | 13 def _init_weight_qparams(self, weight_qparams, device): argument
|
/external/pytorch/test/quantization/core/ |
D | test_quantized_module.py | 1865 def _quant_dequant_weight(self, weight, weight_qparams): argument
|