Home
last modified time | relevance | path

Searched defs:OpPartitionMap (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/jit/codegen/onednn/
H A Dgraph_helper.h16 struct OpPartitionMap { struct
17 void add(uint64_t opId, uint64_t partitionId) { in add()
20 void add(Node* n, uint64_t partitionId) { in add()
23 bool has(uint64_t opId) { in has()
26 bool has(Node* n) { in has()
29 uint64_t get(uint64_t opId) { in get()
32 uint64_t get(Node* n) { in get()