| Package | Description |
|---|---|
| org.nd4j.linalg.api.ops | |
| org.nd4j.linalg.api.ops.executioner | |
| org.nd4j.linalg.api.ops.impl.indexaccum |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseIndexAccumulation |
| Modifier and Type | Method and Description |
|---|---|
IndexAccumulation |
DefaultOpExecutioner.execAndReturn(IndexAccumulation op) |
IndexAccumulation |
OpExecutioner.execAndReturn(IndexAccumulation op)
Execute and return the result from an index accumulation
|
| Modifier and Type | Method and Description |
|---|---|
abstract INDArray |
DefaultOpExecutioner.exec(IndexAccumulation op) |
INDArray |
OpExecutioner.exec(IndexAccumulation indexAccum)
Execute an index accumulation along one or more dimensions
|
IndexAccumulation |
DefaultOpExecutioner.execAndReturn(IndexAccumulation op) |
IndexAccumulation |
OpExecutioner.execAndReturn(IndexAccumulation op)
Execute and return the result from an index accumulation
|
| Modifier and Type | Class and Description |
|---|---|
class |
FirstIndex |
class |
LastIndex |
Copyright © 2021. All rights reserved.