Skip to content

Commit 549ca38

Browse files
committed
test(): Added engine serialization testing for interpolation model
Signed-off-by: Abhiram Iyer <[email protected] Signed-off-by: Abhiram Iyer <[email protected]>
1 parent 532b386 commit 549ca38

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/modules/test_serialization.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,6 @@ INSTANTIATE_TEST_SUITE_P(CompiledModuleForwardIsCloseSuite,
3131
ModuleTests,
3232
testing::Values(
3333
PathAndInSize({"tests/modules/resnet18_traced.jit.pt",
34-
{{1,3,224,224}}})));
34+
{{1,3,224,224}}}),
35+
PathAndInSize({"tests/modules/interpolate_traced.jit.pt",
36+
{{1,3,5,5,5}}})));

0 commit comments

Comments
 (0)