Home
last modified time | relevance | path

Searched refs:other_node (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/graph_analyzer/
Dgen_node.cc102 GenNode* other_node = other_it->second.get(); in ParseInputs() local
119 links_[this_port].emplace_back(LinkTarget(other_node, other_port)); in ParseInputs()
120 other_node->links_[other_port].emplace_back(LinkTarget(this, this_port)); in ParseInputs()
/external/mesa3d/src/compiler/spirv/
Dvtn_cfg.c977 vtn_foreach_cf_node(other_node, &swtch->cases) { in vtn_switch_case_condition()
978 struct vtn_case *other = vtn_cf_node_as_case(other_node); in vtn_switch_case_condition()