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

Method define_graph

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

Source from the content-addressed store, hash-verified

140 )
141
142 def define_graph(self):
143 images, bb, labels = self.input(name="Reader")
144 return self.base_define_graph(images, labels)
145
146
147test_data = {

Callers

nothing calls this directly

Calls 1

base_define_graphMethod · 0.45

Tested by

no test coverage detected