Skip to content

Commit 9a81532

Browse files
gmagogsfmfacebook-github-bot
authored andcommitted
executorch/backends/example (#7380)
Summary: Pull Request resolved: #7380 Reviewed By: avikchaudhuri, ydwu4 Differential Revision: D67381418
1 parent c337bef commit 9a81532

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backends/example/test_example_delegate.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def get_example_inputs():
6060

6161
quantized_gm = m
6262
exported_program = to_edge(
63-
export(quantized_gm, copy.deepcopy(example_inputs)),
63+
export(quantized_gm, copy.deepcopy(example_inputs), strict=True),
6464
compile_config=EDGE_COMPILE_CONFIG,
6565
)
6666

@@ -92,7 +92,7 @@ def test_delegate_mobilenet_v2(self):
9292

9393
quantized_gm = m
9494
exported_program = to_edge(
95-
export(quantized_gm, copy.deepcopy(example_inputs)),
95+
export(quantized_gm, copy.deepcopy(example_inputs), strict=True),
9696
compile_config=EDGE_COMPILE_CONFIG,
9797
)
9898

0 commit comments

Comments
 (0)