Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/quantization/eager/
H A Dtest_quantize_eager_ptq.py1324 self.checkDynamicQuantizedLinearRelu(model.fc1, dtype)
/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Dcommon_quantization.py647 def checkDynamicQuantizedLinearRelu(self, mod, dtype): member in QuantizationTestCase