Type Alias: ModelInspection
ModelInspection =
object
Defined in: utils.ts:31
Result of inspecting an ExecuTorch model file.
Properties
backends
readonlybackends:Record<string, readonlystring[]>
Defined in: utils.ts:37
Map of method names to the backends each method was compiled for.
schema
readonlyschema:ModelSpec<ConcreteDim>
Defined in: utils.ts:35
Method signatures and tensor schema metadata.
source
readonlysource:string
Defined in: utils.ts:33
The model source URL or file path that was inspected.