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

Method define_graph

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

Source from the content-addressed store, hash-verified

90 )
91
92 def define_graph(self):
93 images, labels = self.input(name="Reader")
94 return self.base_define_graph(images, labels)
95
96
97class TFRecordPipeline(CommonPipeline):

Callers

nothing calls this directly

Calls 1

base_define_graphMethod · 0.45

Tested by

no test coverage detected