Home
last modified time | relevance | path

Searched refs:checkWrappedQuantizedLinear (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/test/quantization/eager/
H A Dtest_quantize_eager_ptq.py359 self.checkWrappedQuantizedLinear(model.fc1)
403 self.checkWrappedQuantizedLinear(model.fc2)
443 self.checkWrappedQuantizedLinear(model.fc3)
444 self.checkWrappedQuantizedLinear(model.sub2.fc1)
486 self.checkWrappedQuantizedLinear(model.fc3)
526 self.checkWrappedQuantizedLinear(model.sub2.fc1)
527 self.checkWrappedQuantizedLinear(model.sub2.fc2)
528 self.checkWrappedQuantizedLinear(model.fc3)
/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Dcommon_quantization.py629 def checkWrappedQuantizedLinear(self, mod): member in QuantizationTestCase