| Package | Description |
|---|---|
| org.nd4j.linalg.api.shape | |
| org.nd4j.linalg.api.shape.loop.two |
| Modifier and Type | Method and Description |
|---|---|
static RawArrayIterationInformation2 |
Shape.prepareTwoRawArrayIter(INDArray dst,
INDArray src)
Prepares two arrays for
raw iteration linearly through the data.
|
| Modifier and Type | Method and Description |
|---|---|
static int[] |
Shape.raw2dLoop(int idim,
int ndim,
int[] coord,
int[] shape,
int dataA,
int[] stridesA,
int dataB,
int[] stridesB,
RawArrayIterationInformation2 info,
LoopFunction2 loopFunction2)
Raw 2 dimensional loop
over a data buffer given some strides.
|
| Modifier and Type | Method and Description |
|---|---|
RawArrayIterationInformation2 |
RawArrayIterationInformation2.computeOut()
Resolve the new
strides/shapes
|
| Modifier and Type | Method and Description |
|---|---|
void |
CopyLoopFunction.perform(int i,
RawArrayIterationInformation2 info,
DataBuffer a,
int aOffset,
DataBuffer b,
int bOffset) |
void |
LoopFunction2.perform(int i,
RawArrayIterationInformation2 info,
DataBuffer a,
int aOffset,
DataBuffer b,
int bOffset)
Perform an operation
given 2 buffers
|
Copyright © 2016. All Rights Reserved.