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

Method get

dali/python/nvidia/dali/_debug_mode.py:65–66  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

63 return DataNodeDebug(self._data._as_gpu(), self.name, "gpu", self.source)
64
65 def get(self):
66 return self._data
67
68 def shape(self):
69 return self._data.shape()

Callers 15

ExposeTensorFunction · 0.45
ExposeTensorListCPUFunction · 0.45
ExposeTesorListGPUFunction · 0.45
ExposeStreamFunction · 0.45
SetThreadPoolMethod · 0.45
PyThreadPoolFacadeMethod · 0.45
_fetchMethod · 0.45
sizeMethod · 0.45
__init__Method · 0.45
__init__Method · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by 6

TESTFunction · 0.36
RunTestOnGraphMethod · 0.36
CreateCPUExeMethod · 0.36
CreateGPUExeMethod · 0.36
TYPED_TESTFunction · 0.36
TESTFunction · 0.36