Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/DALI
/ load
Method
load
dali/test/python/test_dltensor_operator.py:94–97 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
92
self.flip = ops.Flip(device=device)
93
94
def
load(self):
95
jpegs, labels = self.input()
96
decoded = self.decode(jpegs)
97
return
self.resize(decoded)
98
99
100
class
LoadingPipeline(CommonPipeline):
Callers
2
define_graph
Method · 0.45
define_graph
Method · 0.45
Calls
2
decode
Method · 0.45
resize
Method · 0.45
Tested by
no test coverage detected