Skip to content

Commit 066a813

Browse files
committed
load forward
1 parent 6ae1fba commit 066a813

File tree

1 file changed

+1
-2
lines changed
  • extension/android/executorch_android/src/androidTest/java/org/pytorch/executorch

1 file changed

+1
-2
lines changed

extension/android/executorch_android/src/androidTest/java/org/pytorch/executorch/ModuleE2ETest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,7 @@ public void testStories() throws IOException, URISyntaxException{
9898
inputStream.close();
9999

100100
Module module = Module.load(getTestFilePath(filePath));
101-
102-
EValue[] results = module.forward();
101+
module.loadMethod("forward");
103102
}
104103

105104
public void testMv2Fp32() throws IOException, URISyntaxException {

0 commit comments

Comments
 (0)