MCPcopy 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
100class LoadingPipeline(CommonPipeline):

Callers 2

define_graphMethod · 0.45
define_graphMethod · 0.45

Calls 2

decodeMethod · 0.45
resizeMethod · 0.45

Tested by

no test coverage detected