| Package | Description |
|---|---|
| org.nd4j.autodiff.samediff |
| Modifier and Type | Method and Description |
|---|---|
static SDIndex |
SDIndex.all() |
static SDIndex |
SDIndex.interval(Integer begin,
Integer end) |
static SDIndex |
SDIndex.interval(Integer begin,
Integer strides,
Integer end) |
static SDIndex |
SDIndex.interval(Long begin,
Long end) |
static SDIndex |
SDIndex.interval(Long begin,
Long strides,
Long end) |
static SDIndex |
SDIndex.point(long i) |
static SDIndex |
SDIndex.point(long i,
boolean keepDim) |
| Modifier and Type | Method and Description |
|---|---|
SDVariable |
SDVariable.get(SDIndex... indices)
Get a variable with content equal to a specified sub-array of this variable.
Can be used (for example) to get rows, columns, sub-matrices, etc. |
Copyright © 2021. All rights reserved.