InputVector#

Added in version 2.22.

class InputVector(*args, **kwargs)#

Structure used for scatter/gather data input. You generally pass in an array of InputVector and the operation will store the read data starting in the first buffer, switching to the next as needed.

Fields#

class InputVector
buffer#

Pointer to a buffer where data will be written.

size#

The available size in buffer.