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

Method load

dali/test/python/operator_2/test_python_function.py:67–71  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

65 self.resize = ops.PythonFunction(function=resize, output_layouts="HWC")
66
67 def load(self):
68 jpegs, labels = self.input()
69 decoded = self.decode(jpegs)
70 resized = self.resize(decoded)
71 return resized, labels
72
73 def define_graph(self):
74 pass

Callers 15

test_output_layoutFunction · 0.95
test_numpy_reader_aliasFunction · 0.45
test_pad_last_sampleFunction · 0.45
test_coco_include_crowdFunction · 0.45
define_graphMethod · 0.45
define_graphMethod · 0.45
define_graphMethod · 0.45
define_graphMethod · 0.45

Calls 2

decodeMethod · 0.45
resizeMethod · 0.45

Tested by

no test coverage detected