Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/tpu/graph_rewrite/
Dencapsulate_tpu_computations_pass.cc543 int num_other_inputs = num_distributed_vars + num_variables + in MoveHeadOutsideCompilationToHost() local
546 VLOG(5) << "num_other_inputs: " << num_other_inputs; in MoveHeadOutsideCompilationToHost()
591 num_replicas * new_num_per_replica_inputs + num_other_inputs); in MoveHeadOutsideCompilationToHost()
593 num_replicas * new_num_per_replica_inputs + num_other_inputs - 1; in MoveHeadOutsideCompilationToHost()
594 int start_input_index = end_input_index + 1 - num_other_inputs; in MoveHeadOutsideCompilationToHost()