233234235236237238239240241242
int index = 0; // handle CPU for (final IntRange r : determine.calculateWorkers()) { this.workers[index++] = new GradientWorkerCPU(this.network.clone(), this, this.indexable.openAdditional(), r.getLow(), r.getHigh()); } }