Python* API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Base class that manages buffer memory for read/write operations required by CSR numeric tables. More...
Public Member Functions | |
def | getBlockValuesPtr |
def | getBlockValuesSharedPtr |
def | getNumberOfColumns |
def | getNumberOfRows |
def | getDataSize |
def | reset |
def | resizeValuesBuffer |
def | resizeRowsBuffer |
def | setDetails |
def | getRowsOffset |
def | getRWFlag |
def | getBlockColumnIndices |
def | getBlockRowIndices |
def | getBlockValues |
CSRBlockDescriptor_Float64
is an alias of CSRBlockDescriptor(ntype=float64)
CSRBlockDescriptor_Float32
is an alias of CSRBlockDescriptor(ntype=float32)
CSRBlockDescriptor_Intc
is an alias of CSRBlockDescriptor(ntype=intc)
For more complete information about compiler optimizations, see our Optimization Notice.