Searched refs:cur_step_inputs (Results 1 – 1 of 1) sorted by relevance
1289 def pipeline_run(self, cur_step_inputs, next_step_inputs): argument1316 cur_step_infeed_manager = self._lookup_infeed_manager(cur_step_inputs)1324 cur_input_tensors, cur_step_inputs = (1325 self._construct_input_tensors_and_inputs(cur_step_inputs))1330 cur_step_inputs)1336 del cur_step_inputs # Avoid accidental re-use.1816 cur_step_inputs=ins_last_batch, next_step_inputs=ins_batch)1833 outs = f.pipeline_run(cur_step_inputs=ins_last_batch, next_step_inputs=None)1872 outs = f.pipeline_run(cur_step_inputs=None, next_step_inputs=ins)1889 cur_step_inputs=ins, next_step_inputs=next_step_inputs)