Searched refs:checkWrappedQuantizedLinear (Results 1 – 2 of 2) sorted by relevance
359 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)
629 def checkWrappedQuantizedLinear(self, mod): member in QuantizationTestCase