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 ea16842 commit ec35f56Copy full SHA for ec35f56
backends/cadence/aot/utils.py
@@ -45,6 +45,10 @@ def __init__(self, rms_expected_value: float) -> None:
45
super().__init__()
46
47
48
+class ISSRuntimeFailure(Exception):
49
+ pass
50
+
51
52
# Get the output size of a 1D convolution given the input size and parameters
53
def get_conv1d_output_size(
54
in_size: torch.Size,
0 commit comments