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_dltensor_operator.py:117–120 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
115
)
116
117
def
define_graph(self):
118
im = self.load()
119
im2 = self.load()
120
return
self.op(im, self.flip(im2))
121
122
123
def
pytorch_adapter(fun, in1, in2):
Callers
nothing calls this directly
Calls
2
op
Method · 0.80
load
Method · 0.45
Tested by
no test coverage detected