Searched refs:get_input_index (Results 1 – 1 of 1) sorted by relevance
1545 auto get_input_index = index + 1; in GetInputNode() local1546 if (get_input_index >= node->inputs().size()) { in GetInputNode()1547 MS_LOG(EXCEPTION) << "Input index size " << get_input_index << "but the node input size just" in GetInputNode()1551 return node->input(get_input_index); in GetInputNode()