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

Method ptr

dali/python/nvidia/dali/types.py:198–200  ·  view source on GitHub ↗

Raw CUDA stream pointer, stored as uint64.

(self)

Source from the content-addressed store, hash-verified

196
197 @property
198 def ptr(self):
199 """Raw CUDA stream pointer, stored as uint64."""
200 return self._ptr
201
202
203_bool_types = [DALIDataType.BOOL]

Callers 12

ctypes_void_ptrFunction · 0.45
FillTensorFromCudaArrayFunction · 0.45
ExposeTensorFunction · 0.45
TestRegionExtendAfterMethod · 0.45
TestRegionMergeMethod · 0.45
TESTFunction · 0.45
DecodeImageMethod · 0.45
DecodeImagesMethod · 0.45
ReferenceMethod · 0.45

Calls

no outgoing calls

Tested by 7

TestRegionExtendAfterMethod · 0.36
TestRegionMergeMethod · 0.36
TESTFunction · 0.36
DecodeImageMethod · 0.36
DecodeImagesMethod · 0.36
ReferenceMethod · 0.36