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

Class LoadingPipeline

dali/test/python/test_dltensor_operator.py:100–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98
99
100class LoadingPipeline(CommonPipeline):
101 def __init__(self, device):
102 super().__init__(device)
103
104 def define_graph(self):
105 im = self.load()
106 im2 = self.load()
107 return im, self.flip(im2)
108
109
110class DLTensorOpPipeline(CommonPipeline):

Callers 1

common_caseFunction · 0.85

Calls

no outgoing calls

Tested by 1

common_caseFunction · 0.68