cuda.bindings.nvml.RowRemapperHistogramValues#
- class cuda.bindings.nvml.RowRemapperHistogramValues#
Empty-initialize an instance of nvmlRowRemapperHistogramValues_t.
See also
nvmlRowRemapperHistogramValues_t
- __init__(*args, **kwargs)#
Methods
__init__(*args, **kwargs)from_buffer(buffer)Create an RowRemapperHistogramValues instance with the memory from the given buffer.
from_data(data)Create an RowRemapperHistogramValues instance wrapping the given NumPy array.
from_ptr(intptr_t ptr, bool readonly=False)Create an RowRemapperHistogramValues instance wrapping the given pointer.
Attributes
highint:
lowint:
max_int:
noneint:
partialint:
ptrGet the pointer address to the data as Python
int.