MCPcopy Create free account
hub / github.com/NVIDIA/DALI / load

Method load

dali/test/python/test_pytorch_operator.py:47–50  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

45 self.decode = ops.decoders.Image(device="cpu", output_type=types.RGB)
46
47 def load(self):
48 jpegs, labels = self.input()
49 decoded = self.decode(jpegs)
50 return decoded, labels
51
52
53class BasicPipeline(CommonPipeline):

Callers 4

define_graphMethod · 0.45
define_graphMethod · 0.45
test_save_metricsMethod · 0.45

Calls 1

decodeMethod · 0.45

Tested by

no test coverage detected