Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/tpu/graph_rewrite/
Dencapsulate_tpu_computations_pass.cc594 int start_input_index = end_input_index + 1 - num_other_inputs; in MoveHeadOutsideCompilationToHost() local
595 for (int input_index = end_input_index; input_index >= start_input_index; in MoveHeadOutsideCompilationToHost()