Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/graph_analyzer/
Dgen_node.cc104 int this_position = other_position < 0 ? -1 : (is_commutative ? 0 : i); in ParseInputs() local
106 if (this_position >= 0 && n_multi_inputs == 0 && in ParseInputs()
107 this_position >= n_named_inputs) { in ParseInputs()
113 name(), other_name, this_position, op_->name(), n_named_inputs)); in ParseInputs()
116 Port this_port(/*inbound=*/true, this_position); in ParseInputs()