Uses of Interface
net.bmahe.genetics4j.gpu.spec.fitness.cldata.ResultAllocator
Package
Description
-
Uses of ResultAllocator in net.bmahe.genetics4j.gpu.spec.fitness
Modifier and TypeFieldDescriptionprivate Map
<Integer, ResultAllocator> ImmutableSingleKernelFitnessDescriptor.Builder.resultAllocators
private final Map
<Integer, ResultAllocator> ImmutableSingleKernelFitnessDescriptor.resultAllocators
Modifier and TypeMethodDescriptionImmutableSingleKernelFitnessDescriptor.resultAllocators()
Association of kernel argument index and a result allocatorSingleKernelFitnessDescriptor.resultAllocators()
Association of kernel argument index and a result allocatorModifier and TypeMethodDescriptionImmutableSingleKernelFitnessDescriptor.Builder.putResultAllocators
(int key, ResultAllocator value) Put one entry to theresultAllocators
map.Modifier and TypeMethodDescriptionImmutableSingleKernelFitnessDescriptor.Builder.putAllResultAllocators
(Map<Integer, ? extends ResultAllocator> entries) Put all mappings from the specified map as entries toresultAllocators
map.ImmutableSingleKernelFitnessDescriptor.Builder.putResultAllocators
(Map.Entry<Integer, ? extends ResultAllocator> entry) Put one entry to theresultAllocators
map.ImmutableSingleKernelFitnessDescriptor.Builder.resultAllocators
(Map<Integer, ? extends ResultAllocator> entries) Sets or replaces all mappings from the specified map as entries for theresultAllocators
map.ImmutableSingleKernelFitnessDescriptor.withResultAllocators
(Map<Integer, ? extends ResultAllocator> entries) Copy the current immutable object by replacing theresultAllocators
map with the specified map. -
Uses of ResultAllocator in net.bmahe.genetics4j.gpu.spec.fitness.cldata
Modifier and TypeMethodDescriptionstatic ResultAllocator
ResultAllocators.ofImage
(int width, int height) static ResultAllocator
ResultAllocators.ofImage
(int width, int height, int channelOrder, int dataType) static ResultAllocator
ResultAllocators.ofMultiplePopulationSizeFloat
(int multiple) static ResultAllocator
ResultAllocators.ofMultiplePopulationSizeFloat
(MultipleComputer multipleComputer) static ResultAllocator
ResultAllocators.ofPopulationSizeFloat()
static ResultAllocator
ResultAllocators.ofSize
(int type, int size) static ResultAllocator
ResultAllocators.ofSizeFloat
(int size) static ResultAllocator
ResultAllocators.ofSizeInt
(int size) -
Uses of ResultAllocator in net.bmahe.genetics4j.gpu.spec.fitness.multistage
Modifier and TypeFieldDescriptionprivate Map
<Integer, ResultAllocator> ImmutableStageDescriptor.Builder.resultAllocators
private final Map
<Integer, ResultAllocator> ImmutableStageDescriptor.resultAllocators
Modifier and TypeMethodDescriptionImmutableStageDescriptor.resultAllocators()
Association of kernel argument index and a result allocatorStageDescriptor.resultAllocators()
Association of kernel argument index and a result allocatorModifier and TypeMethodDescriptionfinal StageDescriptor.Builder
ImmutableStageDescriptor.Builder.putResultAllocators
(int key, ResultAllocator value) Put one entry to theresultAllocators
map.Modifier and TypeMethodDescriptionfinal StageDescriptor.Builder
ImmutableStageDescriptor.Builder.putAllResultAllocators
(Map<Integer, ? extends ResultAllocator> entries) Put all mappings from the specified map as entries toresultAllocators
map.final StageDescriptor.Builder
ImmutableStageDescriptor.Builder.putResultAllocators
(Map.Entry<Integer, ? extends ResultAllocator> entry) Put one entry to theresultAllocators
map.final StageDescriptor.Builder
ImmutableStageDescriptor.Builder.resultAllocators
(Map<Integer, ? extends ResultAllocator> entries) Sets or replaces all mappings from the specified map as entries for theresultAllocators
map.final ImmutableStageDescriptor
ImmutableStageDescriptor.withResultAllocators
(Map<Integer, ? extends ResultAllocator> entries) Copy the current immutable object by replacing theresultAllocators
map with the specified map.