Uses of Interface
net.bmahe.genetics4j.gpu.spec.fitness.cldata.StaticDataLoader
Packages that use StaticDataLoader
Package
Description
-
Uses of StaticDataLoader in net.bmahe.genetics4j.gpu.spec.fitness
Fields in net.bmahe.genetics4j.gpu.spec.fitness with type parameters of type StaticDataLoaderModifier and TypeFieldDescriptionprivate Map
<Integer, StaticDataLoader> ImmutableSingleKernelFitnessDescriptor.Builder.staticDataLoaders
private final Map
<Integer, StaticDataLoader> ImmutableSingleKernelFitnessDescriptor.staticDataLoaders
Methods in net.bmahe.genetics4j.gpu.spec.fitness that return types with arguments of type StaticDataLoaderModifier and TypeMethodDescriptionImmutableSingleKernelFitnessDescriptor.staticDataLoaders()
Association of kernel argument index and a static data loaderSingleKernelFitnessDescriptor.staticDataLoaders()
Association of kernel argument index and a static data loaderMethods in net.bmahe.genetics4j.gpu.spec.fitness with parameters of type StaticDataLoaderModifier and TypeMethodDescriptionImmutableSingleKernelFitnessDescriptor.Builder.putStaticDataLoaders
(int key, StaticDataLoader value) Put one entry to thestaticDataLoaders
map.Method parameters in net.bmahe.genetics4j.gpu.spec.fitness with type arguments of type StaticDataLoaderModifier and TypeMethodDescriptionImmutableSingleKernelFitnessDescriptor.Builder.putAllStaticDataLoaders
(Map<Integer, ? extends StaticDataLoader> entries) Put all mappings from the specified map as entries tostaticDataLoaders
map.ImmutableSingleKernelFitnessDescriptor.Builder.putStaticDataLoaders
(Map.Entry<Integer, ? extends StaticDataLoader> entry) Put one entry to thestaticDataLoaders
map.ImmutableSingleKernelFitnessDescriptor.Builder.staticDataLoaders
(Map<Integer, ? extends StaticDataLoader> entries) Sets or replaces all mappings from the specified map as entries for thestaticDataLoaders
map.ImmutableSingleKernelFitnessDescriptor.withStaticDataLoaders
(Map<Integer, ? extends StaticDataLoader> entries) Copy the current immutable object by replacing thestaticDataLoaders
map with the specified map.Constructor parameters in net.bmahe.genetics4j.gpu.spec.fitness with type arguments of type StaticDataLoaderModifierConstructorDescriptionprivate
ImmutableSingleKernelFitnessDescriptor
(String kernelName, KernelExecutionContextComputer kernelExecutionContextComputer, Map<Integer, StaticDataLoader> staticDataLoaders, Map<Integer, DataLoader> dataLoaders, Map<Integer, LocalMemoryAllocator> localMemoryAllocators, Map<Integer, ResultAllocator> resultAllocators) -
Uses of StaticDataLoader in net.bmahe.genetics4j.gpu.spec.fitness.cldata
Methods in net.bmahe.genetics4j.gpu.spec.fitness.cldata that return StaticDataLoaderModifier and TypeMethodDescriptionstatic StaticDataLoader
StaticDataLoaders.of
(boolean readOnly, int dataType, org.jocl.Pointer dataPtr, int dataLength) static StaticDataLoader
StaticDataLoaders.of
(double... data) static StaticDataLoader
StaticDataLoaders.of
(double[] data, boolean readOnly) static StaticDataLoader
StaticDataLoaders.of
(float... data) static StaticDataLoader
StaticDataLoaders.of
(float[] data, boolean readOnly) static StaticDataLoader
StaticDataLoaders.of
(int... data) static StaticDataLoader
StaticDataLoaders.of
(int[] data, boolean readOnly) static StaticDataLoader
StaticDataLoaders.of
(long... data) static StaticDataLoader
StaticDataLoaders.of
(long[] data, boolean readOnly) static StaticDataLoader
StaticDataLoaders.ofImage
(byte[] data, int width, int height, int channelOrder, int channelDataType) static StaticDataLoader
StaticDataLoaders.ofImage
(byte[] data, int width, int height, int channelOrder, int channelDataType, boolean readOnly) static StaticDataLoader
StaticDataLoaders.ofLinearize
(double[][] data, boolean readOnly) Expect an evenly shaped datastatic StaticDataLoader
StaticDataLoaders.ofLinearize
(float[][] data) Expect an evenly shaped datastatic StaticDataLoader
StaticDataLoaders.ofLinearize
(float[][] data, boolean readOnly) Expect an evenly shaped datastatic StaticDataLoader
StaticDataLoaders.ofLinearize
(int[][] data, boolean readOnly) Expect an evenly shaped datastatic StaticDataLoader
StaticDataLoaders.ofLinearize
(long[][] data, boolean readOnly) Expect an evenly shaped data -
Uses of StaticDataLoader in net.bmahe.genetics4j.gpu.spec.fitness.multistage
Fields in net.bmahe.genetics4j.gpu.spec.fitness.multistage with type parameters of type StaticDataLoaderModifier and TypeFieldDescriptionprivate Map
<String, StaticDataLoader> ImmutableMultiStageDescriptor.Builder.staticDataLoaders
private final Map
<String, StaticDataLoader> ImmutableMultiStageDescriptor.staticDataLoaders
Methods in net.bmahe.genetics4j.gpu.spec.fitness.multistage that return types with arguments of type StaticDataLoaderModifier and TypeMethodDescriptionImmutableMultiStageDescriptor.staticDataLoaders()
MultiStageDescriptor.staticDataLoaders()
Methods in net.bmahe.genetics4j.gpu.spec.fitness.multistage with parameters of type StaticDataLoaderModifier and TypeMethodDescriptionImmutableMultiStageDescriptor.Builder.putStaticDataLoaders
(String key, StaticDataLoader value) Put one entry to thestaticDataLoaders
map.Method parameters in net.bmahe.genetics4j.gpu.spec.fitness.multistage with type arguments of type StaticDataLoaderModifier and TypeMethodDescriptionImmutableMultiStageDescriptor.Builder.putAllStaticDataLoaders
(Map<String, ? extends StaticDataLoader> entries) Put all mappings from the specified map as entries tostaticDataLoaders
map.ImmutableMultiStageDescriptor.Builder.putStaticDataLoaders
(Map.Entry<String, ? extends StaticDataLoader> entry) Put one entry to thestaticDataLoaders
map.ImmutableMultiStageDescriptor.Builder.staticDataLoaders
(Map<String, ? extends StaticDataLoader> entries) Sets or replaces all mappings from the specified map as entries for thestaticDataLoaders
map.ImmutableMultiStageDescriptor.withStaticDataLoaders
(Map<String, ? extends StaticDataLoader> entries) Copy the current immutable object by replacing thestaticDataLoaders
map with the specified map.Constructor parameters in net.bmahe.genetics4j.gpu.spec.fitness.multistage with type arguments of type StaticDataLoaderModifierConstructorDescriptionprivate
ImmutableMultiStageDescriptor
(Map<String, StaticDataLoader> staticDataLoaders, List<StageDescriptor> stageDescriptors)