Skip to main content
Version: 0.10.0

Type Alias: ModelInspection

ModelInspection = object

Defined in: utils.ts:31

Result of inspecting an ExecuTorch model file.

Properties

backends

readonly backends: Record<string, readonly string[]>

Defined in: utils.ts:37

Map of method names to the backends each method was compiled for.


schema

readonly schema: ModelSpec<ConcreteDim>

Defined in: utils.ts:35

Method signatures and tensor schema metadata.


source

readonly source: string

Defined in: utils.ts:33

The model source URL or file path that was inspected.