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

Class XNNGraph

backends/xnnpack/serialization/xnnpack_graph_schema.py:533–542  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

531
532@dataclass
533class XNNGraph:
534 version: str
535 xnodes: List[XNode]
536 xvalues: List[XValue]
537
538 num_externs: int
539 input_ids: List[int]
540 output_ids: List[int]
541
542 constant_data: List[ConstantDataOffset]

Callers 2

preprocessMethod · 0.90

Calls

no outgoing calls

Tested by 1