Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/DALI
/ define_graph
Method
define_graph
dali/test/python/test_data_containers.py:77–79 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
75
)
76
77
def
define_graph(self):
78
images, labels = self.input(name=
"Reader"
)
79
return
self.base_define_graph(images, labels)
80
81
82
class
FileReadPipeline(CommonPipeline):
Callers
nothing calls this directly
Calls
1
base_define_graph
Method · 0.45
Tested by
no test coverage detected