HomeSort by relevance Sort by last modified time
    Searched refs:_get_concrete_function_internal (Results 1 - 6 of 6) sorted by null

  /external/tensorflow/tensorflow/python/data/experimental/ops/
map_defun.py 61 concrete_fn = fn._get_concrete_function_internal() # pylint: disable=protected-access
prefetching_ops.py 120 init_func_concrete = _init_func._get_concrete_function_internal() # pylint: disable=protected-access
130 self._init_func = _remote_init_func._get_concrete_function_internal() # pylint: disable=protected-access
150 next_func_concrete = _next_func._get_concrete_function_internal() # pylint: disable=protected-access
163 self._next_func = _remote_next_func._get_concrete_function_internal() # pylint: disable=protected-access
183 finalize_func_concrete = _finalize_func._get_concrete_function_internal() # pylint: disable=protected-access
193 self._finalize_func = _remote_finalize_func._get_concrete_function_internal( # pylint: disable=protected-access
  /external/tensorflow/tensorflow/python/data/ops/
multi_device_iterator_ops.py 50 init_func_concrete = _init_func._get_concrete_function_internal() # pylint: disable=protected-access
61 self._init_func = _remote_init_func._get_concrete_function_internal() # pylint: disable=protected-access
82 next_func_concrete = _next_func._get_concrete_function_internal() # pylint: disable=protected-access
96 self._next_func = _remote_next_func._get_concrete_function_internal() # pylint: disable=protected-access
111 finalize_func_concrete = _finalize_func._get_concrete_function_internal() # pylint: disable=protected-access
124 self._finalize_func = _remote_finalize_func._get_concrete_function_internal( # pylint: disable=protected-access
dataset_ops.py     [all...]
  /external/tensorflow/tensorflow/python/tpu/
tpu_strategy_util.py 87 graph_func = _tpu_init_fn._get_concrete_function_internal()
  /external/tensorflow/tensorflow/python/eager/
function.py 1298 def _get_concrete_function_internal(self, *args, **kwargs): member in class:Function
    [all...]

Completed in 643 milliseconds