MCPcopy Create free account
hub / github.com/pytorch/executorch / ExportedProgram

Class ExportedProgram

exir/serde/schema.py:384–392  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

382
383@dataclass
384class ExportedProgram:
385 graph_module: GraphModule
386 # Key is the opset namespace (ex. aten), and value is the version number
387 opset_version: Dict[str, int]
388 range_constraints: Dict[str, RangeConstraint]
389 schema_version: SchemaVersion
390 dialect: str
391 verifiers: List[str] = field(default_factory=list)
392 dialect: str = "" # TODO deprecated
393
394
395@dataclass

Callers 13

__deepcopy__Method · 0.85
programMethod · 0.85
_Function · 0.85
captureFunction · 0.85
get_fake_programFunction · 0.85
_to_edgeFunction · 0.85
_generate_edge_programFunction · 0.85
serializeMethod · 0.85
canonicalizeFunction · 0.85
get_programMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected