| Package | Description |
|---|---|
| com.io7m.jtensors.bytebuffered |
ByteBuffer backed tensors. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
VectorByteBuffered4IType
The type of
Vector4IType values that are also byte buffered. |
| Modifier and Type | Class and Description |
|---|---|
class |
VectorByteBufferedM3I
A three-element vector type with
int elements, packed into a
ByteBuffer. |
class |
VectorByteBufferedM4I
A four-element vector type with
int elements, packed into a ByteBuffer. |
| Modifier and Type | Method and Description |
|---|---|
static VectorByteBuffered3IType |
VectorByteBufferedM3I.newVectorFromByteBuffer(ByteBuffer b,
long byte_offset)
Return a new vector that is backed by whatever data is at byte offset
byte_offset in the byte buffer . |
static VectorByteBuffered3IType |
VectorByteBufferedM3I.newVectorFromByteBufferAndBase(ByteBuffer b,
AtomicLong base,
int offset)
Return a new vector that is backed by the given byte buffer
b |
Copyright © 2017 <code@io7m.com> http://io7m.com