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 8bbc685 commit 32e7033Copy full SHA for 32e7033
backends/test/operators/test_facto.py
@@ -90,8 +90,9 @@ def __init__(
90
def forward(self, *args, **kwargs):
91
return self.op(*(args + self.fixed_args), **(kwargs | self.fixed_kwargs))
92
93
+
94
# The convolution model has some minor wrapper logic around the actual convolution
-# operator. Most of the backends are expecting this form.
95
+# operator. Most of the backends are expecting this form.
96
# TODO (gjcomer) Investigate these discrepencies.
97
class ConvModel(OpModel):
98
0 commit comments