Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/DALI
/ gpu
Method
gpu
dali/python/nvidia/dali/data_node.py:106–107 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
104
__repr__ = __str__
105
106
def
gpu(self) -> DataNode:
107
return
self._to_backend(
"gpu"
)
108
109
def
cpu(self) -> DataNode:
110
self._check_gpu2cpu()
Callers
1
FeedExternalInput
Method · 0.45
Calls
1
_to_backend
Method · 0.95
Tested by
1
FeedExternalInput
Method · 0.36