| Package | Description |
|---|---|
| org.nd4j.autodiff.samediff.serde | |
| org.nd4j.linalg.api.ops.aggregates | |
| org.nd4j.linalg.api.ops.aggregates.impl | |
| org.nd4j.linalg.api.ops.executioner |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Aggregate> |
LegacyOpMapper.aggregateOpClass(int opNum) |
| Modifier and Type | Class and Description |
|---|---|
class |
Batch<T extends Aggregate> |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseAggregate |
| 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 | Class and Description |
|---|---|
class |
AggregateAxpy
Deprecated.
|
class |
AggregateGEMM |
| 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
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridExecutioner.aggregate(Aggregate op)
This method enqueues aggregate op for future invocation
|
void |
GridExecutioner.aggregate(Aggregate op,
long key)
This method enqueues aggregate op for future invocation.
|
void |
DefaultOpExecutioner.exec(Aggregate op) |
void |
OpExecutioner.exec(Aggregate op) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultOpExecutioner.exec(List<Aggregate> batch) |
void |
OpExecutioner.exec(List<Aggregate> batch)
This method takes arbitrary sized list of aggregates,
and packs them into batches
|
Copyright © 2021. All rights reserved.