Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/data/ops/
Dmulti_device_iterator_ops.py68 def _next_func(string_handle): function
82 …next_func_concrete = _next_func._get_concrete_function_internal() # pylint: disable=protected-acc…
96 …self._next_func = _remote_next_func._get_concrete_function_internal() # pylint: disable=protected…
97 self._next_captured_args = self._next_func.captured_inputs
133 next_func=self._next_func,
161 self._next_func = per_device_dataset._next_func
176 next_func=self._next_func,
Ddataset_ops.py2483 self._next_func = StructuredFunctionWrapper(
2495 self._next_func.function.captured_inputs,
2498 next_func=self._next_func.function,
2505 return self._next_func.output_structure
/external/tensorflow/tensorflow/python/data/experimental/ops/
Dprefetching_ops.py134 def _next_func(string_handle): function
150 …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,