MCPcopy 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
123def pytorch_adapter(fun, in1, in2):

Callers

nothing calls this directly

Calls 2

opMethod · 0.80
loadMethod · 0.45

Tested by

no test coverage detected