Uses of Class
org.nd4j.linalg.api.ops.aggregates.Batch
-
Packages that use Batch Package Description org.nd4j.linalg.api.ops.aggregates org.nd4j.linalg.api.ops.executioner -
-
Uses of Batch in org.nd4j.linalg.api.ops.aggregates
Methods in org.nd4j.linalg.api.ops.aggregates that return types with arguments of type Batch 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 Batch in org.nd4j.linalg.api.ops.executioner
Methods in org.nd4j.linalg.api.ops.executioner with parameters of type Batch 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 batch
-