Searched refs:_add_while_inputs (Results 1 – 3 of 3) sorted by relevance
292 while_op._add_while_inputs(new_inputs)
628 while_op._add_while_inputs([new_input1, new_input2])631 while_op._add_while_inputs([new_input2])
2248 def _add_while_inputs(self, tensors): member in Operation