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.