Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/costs/
Dop_level_cost_estimator.cc1981 int end_input_index; in PredictGatherOrSlice() local
1984 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()
/external/tensorflow/tensorflow/core/tpu/graph_rewrite/
Dencapsulate_tpu_computations_pass.cc592 int end_input_index = in MoveHeadOutsideCompilationToHost() local
594 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()