Searched refs:other_position (Results 1 – 1 of 1) sorted by relevance
92 int other_position; in ParseInputs() local93 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()