Searched defs:float_module (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/pytorch/torch/ao/ns/ |
H A D | _numeric_suite.py | 256 def __init__(self, q_module, float_module, logger_cls): argument
|
/aosp_15_r20/external/pytorch/test/quantization/fx/ |
H A D | test_quantize_fx.py | 3158 def from_float(cls, float_module): argument 3328 def from_float(cls, float_module): argument 3412 def from_float(cls, float_module): argument 7588 self, float_module, float_op, quantized_module, quantized_op): argument 7659 self, float_module, float_op, op_args, data, quantized_module, quantized_op, argument 7694 self, float_module, float_op, op_args, data, argument
|
/aosp_15_r20/external/pytorch/test/quantization/eager/ |
H A D | test_quantize_eager_ptq.py | 880 def from_float(cls, float_module): argument
|