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

Method __init__

dali/test/python/operator_2/test_python_function.py:78–79  ·  view source on GitHub ↗
(self, batch_size, num_threads, device_id, seed, image_dir)

Source from the content-addressed store, hash-verified

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()

Callers 11

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected