Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
chmjkb committed Dec 2, 2024
1 parent 8510616 commit fb01236
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,11 @@ export type ETInput =
| Float32Array
| Float64Array;


export interface ExecutorchModule {
error: string | null;
isModelLoading: boolean;
isModelRunning: boolean;
forward: (input: ETInput, shape: number[]) => Promise<number[]>;
loadMethod: (methodName: string) => Promise<void>;
loadForward: () => Promise<void>;
}
}

0 comments on commit fb01236

Please sign in to comment.