Searched refs:end_input_index (Results 1 – 2 of 2) sorted by relevance
1981 int end_input_index; in PredictGatherOrSlice() local1984 end_input_index = 3; in PredictGatherOrSlice()1987 end_input_index = 4; in PredictGatherOrSlice()1990 end_input_index = 2; in PredictGatherOrSlice()1992 for (int i = begin_input_index; i < end_input_index; ++i) { in PredictGatherOrSlice()
592 int end_input_index = in MoveHeadOutsideCompilationToHost() local594 int start_input_index = end_input_index + 1 - num_other_inputs; in MoveHeadOutsideCompilationToHost()595 for (int input_index = end_input_index; input_index >= start_input_index; in MoveHeadOutsideCompilationToHost()