From 834383e7c63ae0596ea6ab7805817490b91c07ef Mon Sep 17 00:00:00 2001 From: "Tugsbayasgalan (Tugsuu) Manlaibaatar" Date: Wed, 2 Aug 2023 23:23:26 -0700 Subject: [PATCH] Support reexportability in torch.export (#35) Summary: Pull Request resolved: https://github.com/pytorch/executorch/pull/35 Title Differential Revision: D47890879 fbshipit-source-id: b6b89da130abd2284dbf9b52ded6047d18f1d99a --- backends/test/hta_partitioner_demo.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/backends/test/hta_partitioner_demo.py b/backends/test/hta_partitioner_demo.py index 1c78356139a..da0a00c2d03 100644 --- a/backends/test/hta_partitioner_demo.py +++ b/backends/test/hta_partitioner_demo.py @@ -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(),