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

Class ModuleCallSignature

exir/serde/schema.py:349–356  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

347
348@dataclass
349class ModuleCallSignature:
350 inputs: List[Argument]
351 outputs: List[Argument]
352
353 # These are serialized by calling pytree.treespec_loads
354 # And deserialized by calling pytree.treespec_dumps
355 in_spec: str
356 out_spec: str
357
358
359@dataclass

Callers 5

captureFunction · 0.85
get_programMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected