Skip to content

Commit f7cb1ed

Browse files
gmagogsfmfacebook-github-bot
authored andcommitted
executorch/backends/xnnpack/test/tester (#7385)
Summary: Pull Request resolved: #7385 Reviewed By: avikchaudhuri, ydwu4 Differential Revision: D67381604
1 parent c337bef commit f7cb1ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/xnnpack/test/tester/tester.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ def run(
194194
inputs: Tuple[torch.Tensor],
195195
) -> None:
196196
self.exported_program = export(
197-
artifact, inputs, dynamic_shapes=self.dynamic_shapes
197+
artifact, inputs, dynamic_shapes=self.dynamic_shapes, strict=True
198198
)
199199

200200
@property

0 commit comments

Comments
 (0)