Package | Description |
---|---|
org.nd4j.linalg.util |
Modifier and Type | Method and Description |
---|---|
static NioUtil.BufferType |
NioUtil.BufferType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NioUtil.BufferType[] |
NioUtil.BufferType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
NioUtil.copyAtStride(int n,
NioUtil.BufferType bufferType,
ByteBuffer from,
int fromOffset,
int fromStride,
ByteBuffer to,
int toOffset,
int toStride)
Copy from the given from buffer
to the to buffer at the specified
offsets and strides
|
Copyright © 2017. All rights reserved.