OutputVector#

Added in version 2.22.

class OutputVector(*args, **kwargs)#

Structure used for scatter/gather data output. You generally pass in an array of OutputVector and the operation will use all the buffers as if they were one buffer.

Fields#

class OutputVector
buffer#

Pointer to a buffer of data to read.

size#

The size of buffer.