Uses of Interface
org.nd4j.linalg.api.ops.aggregates.Aggregate
-
Packages that use Aggregate 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 -
-
Uses of Aggregate in org.nd4j.autodiff.samediff.serde
Methods in org.nd4j.autodiff.samediff.serde that return types with arguments of type Aggregate Modifier and Type Method Description static Class<? extends Aggregate>LegacyOpMapper. aggregateOpClass(int opNum) -
Uses of Aggregate in org.nd4j.linalg.api.ops.aggregates
Classes in org.nd4j.linalg.api.ops.aggregates with type parameters of type Aggregate Modifier and Type Class Description classBatch<T extends Aggregate>Classes in org.nd4j.linalg.api.ops.aggregates that implement Aggregate Modifier and Type Class Description classBaseAggregateMethods in org.nd4j.linalg.api.ops.aggregates with type parameters of type Aggregate Modifier and Type Method Description static <U extends Aggregate>
List<Batch<U>>Batch. getBatches(List<U> list)Helper method to create batch from list of aggregates, for cases when list of aggregates is higher then batchLimitstatic <U extends Aggregate>
List<Batch<U>>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 -
Uses of Aggregate in org.nd4j.linalg.api.ops.aggregates.impl
Classes in org.nd4j.linalg.api.ops.aggregates.impl that implement Aggregate Modifier and Type Class Description classAggregateAxpyDeprecated.classAggregateGEMM -
Uses of Aggregate in org.nd4j.linalg.api.ops.executioner
Methods in org.nd4j.linalg.api.ops.executioner with type parameters of type Aggregate Modifier and Type Method Description <T extends Aggregate>
voidDefaultOpExecutioner. exec(Batch<T> batch)<T extends Aggregate>
voidOpExecutioner. exec(Batch<T> batch)This method executes previously built batchMethods in org.nd4j.linalg.api.ops.executioner with parameters of type Aggregate Modifier and Type Method Description voidGridExecutioner. aggregate(Aggregate op)This method enqueues aggregate op for future invocationvoidGridExecutioner. aggregate(Aggregate op, long key)This method enqueues aggregate op for future invocation.voidDefaultOpExecutioner. exec(Aggregate op)voidOpExecutioner. exec(Aggregate op)Method parameters in org.nd4j.linalg.api.ops.executioner with type arguments of type Aggregate Modifier and Type Method Description voidDefaultOpExecutioner. exec(List<Aggregate> batch)voidOpExecutioner. exec(List<Aggregate> batch)This method takes arbitrary sized list of aggregates, and packs them into batches
-