Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/DALI
/ define_graph
Method
define_graph
dali/test/python/operator_2/test_python_function.py:81–83 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
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
86
class
PythonOperatorPipeline(CommonPipeline):
Callers
nothing calls this directly
Calls
1
load
Method · 0.45
Tested by
no test coverage detected