Searched refs:_add_while_inputs (Results 1 – 3 of 3) sorted by relevance
381 while_op._add_while_inputs(new_inputs)
1106 while_op._add_while_inputs([new_input1, new_input2])1109 while_op._add_while_inputs([new_input2])
2278 def _add_while_inputs(self, tensors): member in Operation