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

Method define_graph

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

Source from the content-addressed store, hash-verified

51 )
52
53 def define_graph(self):
54 images, labels = self.input(name="Reader")
55 return self.base_define_graph(images, labels)
56
57
58class CaffeReadPipeline(CommonPipeline):

Callers

nothing calls this directly

Calls 1

base_define_graphMethod · 0.45

Tested by

no test coverage detected