Uses of Interface
net.bmahe.genetics4j.gpu.spec.fitness.cldata.DataLoader
Packages that use DataLoader
Package
Description
-
Uses of DataLoader in net.bmahe.genetics4j.gpu.spec.fitness
Fields in net.bmahe.genetics4j.gpu.spec.fitness with type parameters of type DataLoaderModifier and TypeFieldDescriptionprivate Map<Integer, DataLoader> ImmutableSingleKernelFitnessDescriptor.Builder.dataLoadersprivate final Map<Integer, DataLoader> ImmutableSingleKernelFitnessDescriptor.dataLoadersMethods in net.bmahe.genetics4j.gpu.spec.fitness that return types with arguments of type DataLoaderModifier and TypeMethodDescriptionImmutableSingleKernelFitnessDescriptor.dataLoaders()Association of kernel argument index and a data loaderSingleKernelFitnessDescriptor.dataLoaders()Association of kernel argument index and a data loaderMethods in net.bmahe.genetics4j.gpu.spec.fitness with parameters of type DataLoaderModifier and TypeMethodDescriptionImmutableSingleKernelFitnessDescriptor.Builder.putDataLoaders(int key, DataLoader value) Put one entry to thedataLoadersmap.Method parameters in net.bmahe.genetics4j.gpu.spec.fitness with type arguments of type DataLoaderModifier and TypeMethodDescriptionImmutableSingleKernelFitnessDescriptor.Builder.dataLoaders(Map<Integer, ? extends DataLoader> entries) Sets or replaces all mappings from the specified map as entries for thedataLoadersmap.ImmutableSingleKernelFitnessDescriptor.Builder.putAllDataLoaders(Map<Integer, ? extends DataLoader> entries) Put all mappings from the specified map as entries todataLoadersmap.ImmutableSingleKernelFitnessDescriptor.Builder.putDataLoaders(Map.Entry<Integer, ? extends DataLoader> entry) Put one entry to thedataLoadersmap.ImmutableSingleKernelFitnessDescriptor.withDataLoaders(Map<Integer, ? extends DataLoader> entries) Copy the current immutable object by replacing thedataLoadersmap with the specified map. -
Uses of DataLoader in net.bmahe.genetics4j.gpu.spec.fitness.cldata
Methods in net.bmahe.genetics4j.gpu.spec.fitness.cldata that return DataLoaderModifier and TypeMethodDescriptionstatic DataLoaderDataLoaders.ofFloatSupplier(DataSupplier<float[]> floatSupplier) static DataLoaderDataLoaders.ofGenerationAndPopulationSize()static DataLoaderDataLoaders.ofGenerationAndPopulationSize(boolean readOnly) static DataLoaderDataLoaders.ofIntSupplier(DataSupplier<int[]> intSupplier) static DataLoaderDataLoaders.ofLinearizeDoubleChromosome(int chromosomeIndex) static DataLoaderDataLoaders.ofLinearizeDoubleChromosome(int chromosomeIndex, boolean readOnly) static DataLoaderDataLoaders.ofLinearizeFloatChromosome(int chromosomeIndex) static DataLoaderDataLoaders.ofLinearizeFloatChromosome(int chromosomeIndex, boolean readOnly) -
Uses of DataLoader in net.bmahe.genetics4j.gpu.spec.fitness.multistage
Fields in net.bmahe.genetics4j.gpu.spec.fitness.multistage with type parameters of type DataLoaderModifier and TypeFieldDescriptionprivate Map<Integer, DataLoader> ImmutableStageDescriptor.Builder.dataLoadersprivate final Map<Integer, DataLoader> ImmutableStageDescriptor.dataLoadersMethods in net.bmahe.genetics4j.gpu.spec.fitness.multistage that return types with arguments of type DataLoaderModifier and TypeMethodDescriptionImmutableStageDescriptor.dataLoaders()Association of kernel argument index and a data loaderStageDescriptor.dataLoaders()Association of kernel argument index and a data loaderMethods in net.bmahe.genetics4j.gpu.spec.fitness.multistage with parameters of type DataLoaderModifier and TypeMethodDescriptionfinal StageDescriptor.BuilderImmutableStageDescriptor.Builder.putDataLoaders(int key, DataLoader value) Put one entry to thedataLoadersmap.Method parameters in net.bmahe.genetics4j.gpu.spec.fitness.multistage with type arguments of type DataLoaderModifier and TypeMethodDescriptionfinal StageDescriptor.BuilderImmutableStageDescriptor.Builder.dataLoaders(Map<Integer, ? extends DataLoader> entries) Sets or replaces all mappings from the specified map as entries for thedataLoadersmap.final StageDescriptor.BuilderImmutableStageDescriptor.Builder.putAllDataLoaders(Map<Integer, ? extends DataLoader> entries) Put all mappings from the specified map as entries todataLoadersmap.final StageDescriptor.BuilderImmutableStageDescriptor.Builder.putDataLoaders(Map.Entry<Integer, ? extends DataLoader> entry) Put one entry to thedataLoadersmap.final ImmutableStageDescriptorImmutableStageDescriptor.withDataLoaders(Map<Integer, ? extends DataLoader> entries) Copy the current immutable object by replacing thedataLoadersmap with the specified map.Constructor parameters in net.bmahe.genetics4j.gpu.spec.fitness.multistage with type arguments of type DataLoaderModifierConstructorDescriptionprivateImmutableStageDescriptor(String kernelName, KernelExecutionContextComputer kernelExecutionContextComputer, Map<Integer, DataLoader> dataLoaders, Map<Integer, LocalMemoryAllocator> localMemoryAllocators, Map<Integer, ResultAllocator> resultAllocators, Map<Integer, Integer> reusePreviousResultAsArguments, Map<Integer, Integer> reusePreviousResultSizeAsArguments, Map<String, Integer> mapStaticDataAsArgument)