Home
last modified time | relevance | path

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.py256 def __init__(self, q_module, float_module, logger_cls): argument
/aosp_15_r20/external/pytorch/test/quantization/fx/
H A Dtest_quantize_fx.py3158 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 Dtest_quantize_eager_ptq.py880 def from_float(cls, float_module): argument