We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e2ed67 commit 2c22fbbCopy full SHA for 2c22fbb
backends/example/test_example_delegate.py
@@ -25,7 +25,7 @@
25
from torchvision.models.quantization import mobilenet_v2
26
27
28
-class TestQualCommDelegate(unittest.TestCase):
+class TestExampleDelegate(unittest.TestCase):
29
def test_delegate_linear(self):
30
class Conv2dModule(torch.nn.Module):
31
def __init__(self):
0 commit comments