Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions backends/cadence/aot/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ def __init__(self, rms_expected_value: float) -> None:
super().__init__()


class ISSRuntimeFailure(Exception):
pass


# Get the output size of a 1D convolution given the input size and parameters
def get_conv1d_output_size(
in_size: torch.Size,
Expand Down
Loading