Uses of Interface
net.bmahe.genetics4j.gpu.spec.fitness.cldata.ResultAllocator
Packages that use ResultAllocator
Package
Description
-
Uses of ResultAllocator in net.bmahe.genetics4j.gpu.spec.fitness
Fields in net.bmahe.genetics4j.gpu.spec.fitness with type parameters of type ResultAllocatorModifier and TypeFieldDescriptionprivate Map
<Integer, ResultAllocator> ImmutableSingleKernelFitnessDescriptor.Builder.resultAllocators
private final Map
<Integer, ResultAllocator> ImmutableSingleKernelFitnessDescriptor.resultAllocators
Methods in net.bmahe.genetics4j.gpu.spec.fitness that return types with arguments of type ResultAllocatorModifier and TypeMethodDescriptionImmutableSingleKernelFitnessDescriptor.resultAllocators()
Association of kernel argument index and a result allocatorSingleKernelFitnessDescriptor.resultAllocators()
Association of kernel argument index and a result allocatorMethods in net.bmahe.genetics4j.gpu.spec.fitness with parameters of type ResultAllocatorModifier and TypeMethodDescriptionImmutableSingleKernelFitnessDescriptor.Builder.putResultAllocators
(int key, ResultAllocator value) Put one entry to theresultAllocators
map.Method parameters in net.bmahe.genetics4j.gpu.spec.fitness with type arguments of type ResultAllocatorModifier 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
Methods in net.bmahe.genetics4j.gpu.spec.fitness.cldata that return ResultAllocatorModifier 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
Fields in net.bmahe.genetics4j.gpu.spec.fitness.multistage with type parameters of type ResultAllocatorModifier and TypeFieldDescriptionprivate Map
<Integer, ResultAllocator> ImmutableStageDescriptor.Builder.resultAllocators
private final Map
<Integer, ResultAllocator> ImmutableStageDescriptor.resultAllocators
Methods in net.bmahe.genetics4j.gpu.spec.fitness.multistage that return types with arguments of type ResultAllocatorModifier and TypeMethodDescriptionImmutableStageDescriptor.resultAllocators()
Association of kernel argument index and a result allocatorStageDescriptor.resultAllocators()
Association of kernel argument index and a result allocatorMethods in net.bmahe.genetics4j.gpu.spec.fitness.multistage with parameters of type ResultAllocatorModifier and TypeMethodDescriptionfinal StageDescriptor.Builder
ImmutableStageDescriptor.Builder.putResultAllocators
(int key, ResultAllocator value) Put one entry to theresultAllocators
map.Method parameters in net.bmahe.genetics4j.gpu.spec.fitness.multistage with type arguments of type ResultAllocatorModifier 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.