Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
533
class
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
preprocess
Method · 0.90
test_serialize_xnnpack_binary
Method · 0.90
Calls
no outgoing calls
Tested by
1
test_serialize_xnnpack_binary
Method · 0.72