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

Class GraphSignature

exir/serde/schema.py:337–339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

335
336@dataclass
337class GraphSignature:
338 input_specs: List[InputSpec]
339 output_specs: List[OutputSpec]
340
341
342@dataclass

Callers 2

serialize_signatureMethod · 0.85
canonicalizeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected