| Package | Description |
|---|---|
| org.nd4j.linalg.api.ops.aggregates | |
| org.nd4j.linalg.api.ops.executioner |
| Modifier and Type | Method and Description |
|---|---|
static <U extends Aggregate> |
Batch.getBatches(List<U> list)
Helper method to create batch from list of aggregates, for cases when list of aggregates is higher then batchLimit
|
static <U extends Aggregate> |
Batch.getBatches(List<U> list,
int partitionSize)
Helper method to create batch from list of aggregates, for cases when list of aggregates is higher then batchLimit
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Aggregate> |
DefaultOpExecutioner.exec(Batch<T> batch) |
<T extends Aggregate> |
OpExecutioner.exec(Batch<T> batch)
This method executes previously built batch
|
Copyright © 2021. All rights reserved.