Searched refs:from_idx (Results 1 – 4 of 4) sorted by relevance
124 __s8 from_idx; member131 __s8 from_idx; member
260 uptr from_idx = nodeToIndex(from_node); in findEdge() local263 if (edges_[i].from == from_idx && edges_[i].to == to_idx) { in findEdge()
266 uptr from_idx = nodeToIndex(from_node); in findEdge() local269 if (edges_[i].from == from_idx && edges_[i].to == to_idx) { in findEdge()
329 int from_idx = pair.first; in AddTensorMapping() local331 if (from_idx != to_idx) { in AddTensorMapping()332 SafeTensorId from_tensor(func_node, from_idx); in AddTensorMapping()