Home
last modified time | relevance | path

Searched refs:copy_to_device (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/
Dcopy_to_device_test.py43 prefetching_ops.copy_to_device("/cpu:1"))
68 prefetching_ops.copy_to_device("/cpu:1"))
92 prefetching_ops.copy_to_device("/cpu:0"))
117 prefetching_ops.copy_to_device("/cpu:1")).prefetch(1)
142 prefetching_ops.copy_to_device("/cpu:1"))
167 prefetching_ops.copy_to_device("/cpu:1")).prefetch(1)
198 prefetching_ops.copy_to_device("/cpu:1"))
231 prefetching_ops.copy_to_device("/cpu:1")).prefetch(1)
261 prefetching_ops.copy_to_device("/gpu:0"))
282 prefetching_ops.copy_to_device("/gpu:0")).prefetch(1)
[all …]
/external/tensorflow/tensorflow/contrib/data/python/ops/
Dprefetching_ops.py45 def copy_to_device(target_device, source_device="/cpu:0"): function
56 return prefetching_ops.copy_to_device(target_device, source_device)
/external/tensorflow/tensorflow/contrib/eager/python/
Ddatasets.py63 dataset = dataset.apply(prefetching_ops.copy_to_device(
/external/tensorflow/tensorflow/python/data/experimental/ops/
Dprefetching_ops.py53 copy_to_device(target_device=device)).prefetch(buffer_size)
59 def copy_to_device(target_device, source_device="/cpu:0"): function
/external/tensorflow/tensorflow/contrib/data/
D__init__.py100 from tensorflow.contrib.data.python.ops.prefetching_ops import copy_to_device
/external/tensorflow/tensorflow/python/data/experimental/
D__init__.py107 from tensorflow.python.data.experimental.ops.prefetching_ops import copy_to_device
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.data.experimental.pbtxt104 name: "copy_to_device"
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.data.experimental.pbtxt104 name: "copy_to_device"
/external/tensorflow/tensorflow/python/kernel_tests/
Dcritical_section_test.py381 ds = (ds.apply(prefetching_ops.copy_to_device("/gpu:0"))