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

  /external/tensorflow/tensorflow/contrib/data/python/kernel_tests/
prefetching_ops_test.py 15 """Tests for prefetching_ops."""
23 from tensorflow.contrib.data.python.ops import prefetching_ops
64 buffer_resource_handle = prefetching_ops.function_buffering_resource(
73 prefetch_op = prefetching_ops.function_buffering_resource_get_next(
  /external/tensorflow/tensorflow/contrib/eager/python/
datasets.py 23 from tensorflow.contrib.data.python.ops import prefetching_ops
115 self._buffer_resource_handle = prefetching_ops.function_buffering_resource( # pylint: disable=line-too-long
138 ret = prefetching_ops.function_buffering_resource_get_next(

Completed in 68 milliseconds