public class ShapeOffsetResolution extends Object implements Serializable
| Constructor and Description |
|---|
ShapeOffsetResolution(INDArray arr)
Specify the array to use for resolution
|
| Modifier and Type | Method and Description |
|---|---|
void |
exec(INDArrayIndex... indexes)
Based on the passed in array
compute the shape,offsets, and strides
for the given indexes
|
boolean |
tryShortCircuit(INDArrayIndex... indexes) |
public ShapeOffsetResolution(INDArray arr)
arr - the array to use
for resolutionpublic boolean tryShortCircuit(INDArrayIndex... indexes)
public void exec(INDArrayIndex... indexes)
indexes - the indexes
to compute this based onCopyright © 2017. All rights reserved.