Uses of Interface
net.bmahe.genetics4j.gpu.opencl.model.KernelInfo
Packages that use KernelInfo
-
Uses of KernelInfo in net.bmahe.genetics4j.gpu.opencl
Fields in net.bmahe.genetics4j.gpu.opencl with type parameters of type KernelInfoModifier and TypeFieldDescriptionprivate Map
<String, KernelInfo> ImmutableOpenCLExecutionContext.Builder.kernelInfos
private final Map
<String, KernelInfo> ImmutableOpenCLExecutionContext.kernelInfos
Methods in net.bmahe.genetics4j.gpu.opencl that return KernelInfoModifier and TypeMethodDescriptiondefault KernelInfo
OpenCLExecutionContext.kernelInfo
(String kernelName) Methods in net.bmahe.genetics4j.gpu.opencl that return types with arguments of type KernelInfoModifier and TypeMethodDescriptionImmutableOpenCLExecutionContext.kernelInfos()
OpenCLExecutionContext.kernelInfos()
Methods in net.bmahe.genetics4j.gpu.opencl with parameters of type KernelInfoModifier and TypeMethodDescriptionImmutableOpenCLExecutionContext.Builder.putKernelInfos
(String key, KernelInfo value) Put one entry to thekernelInfos
map.Method parameters in net.bmahe.genetics4j.gpu.opencl with type arguments of type KernelInfoModifier and TypeMethodDescriptionImmutableOpenCLExecutionContext.Builder.kernelInfos
(Map<String, ? extends KernelInfo> entries) Sets or replaces all mappings from the specified map as entries for thekernelInfos
map.ImmutableOpenCLExecutionContext.Builder.putAllKernelInfos
(Map<String, ? extends KernelInfo> entries) Put all mappings from the specified map as entries tokernelInfos
map.ImmutableOpenCLExecutionContext.Builder.putKernelInfos
(Map.Entry<String, ? extends KernelInfo> entry) Put one entry to thekernelInfos
map.ImmutableOpenCLExecutionContext.withKernelInfos
(Map<String, ? extends KernelInfo> entries) Copy the current immutable object by replacing thekernelInfos
map with the specified map. -
Uses of KernelInfo in net.bmahe.genetics4j.gpu.opencl.model
Classes in net.bmahe.genetics4j.gpu.opencl.model that implement KernelInfoMethods in net.bmahe.genetics4j.gpu.opencl.model with parameters of type KernelInfoModifier and TypeMethodDescriptionstatic ImmutableKernelInfo
ImmutableKernelInfo.copyOf
(KernelInfo instance) Creates an immutable copy of aKernelInfo
value.ImmutableKernelInfo.Builder.from
(KernelInfo instance) Fill a builder with attribute values from the providedKernelInfo
instance.