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

Method define_graph

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

Source from the content-addressed store, hash-verified

63 )
64
65 def define_graph(self):
66 images, labels = self.input(name="Reader")
67 return self.base_define_graph(images, labels)
68
69
70class Caffe2ReadPipeline(CommonPipeline):

Callers

nothing calls this directly

Calls 1

base_define_graphMethod · 0.45

Tested by

no test coverage detected