Searched refs:to_idx (Results 1 – 4 of 4) sorted by relevance
125 __s8 to_idx; member132 __s8 to_idx; member
261 uptr to_idx = nodeToIndex(to_node); in findEdge() local263 if (edges_[i].from == from_idx && edges_[i].to == to_idx) { in findEdge()
267 uptr to_idx = nodeToIndex(to_node); in findEdge() local269 if (edges_[i].from == from_idx && edges_[i].to == to_idx) { in findEdge()
330 int to_idx = pair.second; in AddTensorMapping() local331 if (from_idx != to_idx) { in AddTensorMapping()333 SafeTensorId to_tensor(func_node, to_idx); in AddTensorMapping()