Uses of Interface
net.bmahe.genetics4j.gpu.spec.fitness.cldata.StaticDataLoader
Package
Description
-
Uses of StaticDataLoader in net.bmahe.genetics4j.gpu.spec.fitness
Modifier and TypeFieldDescriptionprivate Map
<Integer, StaticDataLoader> ImmutableSingleKernelFitnessDescriptor.Builder.staticDataLoaders
private final Map
<Integer, StaticDataLoader> ImmutableSingleKernelFitnessDescriptor.staticDataLoaders
Modifier and TypeMethodDescriptionImmutableSingleKernelFitnessDescriptor.staticDataLoaders()
Association of kernel argument index and a static data loaderSingleKernelFitnessDescriptor.staticDataLoaders()
Association of kernel argument index and a static data loaderModifier and TypeMethodDescriptionImmutableSingleKernelFitnessDescriptor.Builder.putStaticDataLoaders
(int key, StaticDataLoader value) Put one entry to thestaticDataLoaders
map.Modifier 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.ModifierConstructorDescriptionprivate
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
Modifier 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
Modifier and TypeFieldDescriptionprivate Map
<String, StaticDataLoader> ImmutableMultiStageDescriptor.Builder.staticDataLoaders
private final Map
<String, StaticDataLoader> ImmutableMultiStageDescriptor.staticDataLoaders
Modifier and TypeMethodDescriptionImmutableMultiStageDescriptor.staticDataLoaders()
MultiStageDescriptor.staticDataLoaders()
Modifier and TypeMethodDescriptionImmutableMultiStageDescriptor.Builder.putStaticDataLoaders
(String key, StaticDataLoader value) Put one entry to thestaticDataLoaders
map.Modifier 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.ModifierConstructorDescriptionprivate
ImmutableMultiStageDescriptor
(Map<String, StaticDataLoader> staticDataLoaders, List<StageDescriptor> stageDescriptors)