We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f718b8 commit 430cc67Copy full SHA for 430cc67
src/types.ts
@@ -21,7 +21,7 @@ export interface ExecutorchModule {
21
error: string | null;
22
isModelLoading: boolean;
23
isModelRunning: boolean;
24
- forward: (input: ETInput, shape: number[]) => Promise<number[]>;
+ forward: (input: ETInput, shape: number[]) => Promise<number[][]>;
25
loadMethod: (methodName: string) => Promise<void>;
26
loadForward: () => Promise<void>;
27
}
0 commit comments