CUDAMemoryShape Class
Jump to navigation
Jump to search
Describes the shape of a CUDA memory segment.
Members
width
→ int
:
Get/Set the width in pixels of the memory.
height
→ int
:
Get/Set the height in pixels of the memory.
numComps
→ int
:
Get/Set the number of color components per pixel of the memory.
dataType
→ numpy data type
:
Get/Set the data type of each color component, as a numpy data type. E.g numpy.uint8, numpy.float32
Methods
No operator specific methods.