BufferND

fun <out T> BufferND(indexes: ShapeIndex, buffer: Buffer<T>)

Parameters

T

the type of items.

indexes

The strides to access elements of Buffer by linear indices.

buffer

The underlying buffer.

Sources

common source
Link copied to clipboard