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

Class BasicPipeline

dali/test/python/operator_2/test_python_function.py:77–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75
76
77class BasicPipeline(CommonPipeline):
78 def __init__(self, batch_size, num_threads, device_id, seed, image_dir):
79 super().__init__(batch_size, num_threads, device_id, seed, image_dir)
80
81 def define_graph(self):
82 images, labels = self.load()
83 return images
84
85
86class PythonOperatorPipeline(CommonPipeline):

Callers 2

run_caseFunction · 0.70
run_two_outputsFunction · 0.70

Calls

no outgoing calls

Tested by 2

run_caseFunction · 0.56
run_two_outputsFunction · 0.56