Skip to content
Closed
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
3 changes: 2 additions & 1 deletion backends/test/hta_partitioner_demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ def forward(self, x_raw, h, c):
input_x = torch.ones([1, 32])
input_h = torch.ones([1, 32])
input_c = torch.ones([1, 32])

# To avoid `operator torch._ops.aten.mkldnn_rnn_layer.default is not Aten Canonical.`
# error
pattern_lstm_conv_lifted = (
exir.capture(
LSTMConvPattern(),
Expand Down