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

Method define_graph

dali/test/python/test_data_containers.py:124–128  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

122 )
123
124 def define_graph(self):
125 inputs = self.input(name="Reader")
126 images = inputs["image/encoded"]
127 labels = inputs["image/class/label"]
128 return self.base_define_graph(images, labels)
129
130
131class COCOReaderPipeline(CommonPipeline):

Callers

nothing calls this directly

Calls 1

base_define_graphMethod · 0.45

Tested by

no test coverage detected