Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/graph_analyzer/
Dgen_node.cc92 int other_position; in ParseInputs() local
93 string other_name = ParseNodeName(node_->input(i), &other_position); in ParseInputs()
104 int this_position = other_position < 0 ? -1 : (is_commutative ? 0 : i); in ParseInputs()
117 Port other_port(/*inbound=*/false, other_position); in ParseInputs()