Searched refs:node_inputs (Results 1 – 1 of 1) sorted by relevance
155 Node::Inputs node_inputs = node->inputs(); in ReduceTop() local158 int start = entry.input_index < node_inputs.count() ? entry.input_index : 0; in ReduceTop()159 for (int i = start; i < node_inputs.count(); ++i) { in ReduceTop()160 Node* input = node_inputs[i]; in ReduceTop()167 Node* input = node_inputs[i]; in ReduceTop()192 node_inputs = node->inputs(); in ReduceTop()193 for (int i = 0; i < node_inputs.count(); ++i) { in ReduceTop()194 Node* input = node_inputs[i]; in ReduceTop()