Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/graph_analyzer/
Dgen_node.cc116 Port this_port(/*inbound=*/true, this_position); 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()