Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/data/experimental/ops/
Dprefetching_ops.py135 def _next_func(string_handle): function
151 …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_inputs
199 self._next_func.add_to_graph(g)
209 next_func=self._next_func,
/external/tensorflow/tensorflow/python/data/ops/
Dmulti_device_iterator_ops.py72 def _next_func(string_handle): function
87 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_inputs
137 next_func=self._next_func,
164 self._next_func = per_device_dataset._next_func
179 next_func=self._next_func,
Ddataset_ops.py3658 self._next_func = StructuredFunctionWrapper(
3673 self._next_func.function.captured_inputs,
3676 next_func=self._next_func.function,