Searched refs:_next_func (Results 1 – 3 of 3) sorted by relevance
135 def _next_func(string_handle): function151 …next_func_concrete = _next_func._get_concrete_function_internal() # pylint: disable=protected-acc…163 …self._next_func = _remote_next_func._get_concrete_function_internal() # pylint: disable=protected…164 self._next_captured_args = self._next_func.captured_inputs199 self._next_func.add_to_graph(g)209 next_func=self._next_func,
72 def _next_func(string_handle): function87 next_func_concrete = _next_func.get_concrete_function()101 self._next_func = _remote_next_func.get_concrete_function()102 self._next_captured_args = self._next_func.captured_inputs137 next_func=self._next_func,164 self._next_func = per_device_dataset._next_func179 next_func=self._next_func,
3658 self._next_func = StructuredFunctionWrapper(3673 self._next_func.function.captured_inputs,3676 next_func=self._next_func.function,