public interface ConvolutionBuilder
ConvolutionStrategy| Modifier and Type | Method and Description |
|---|---|
ConvolutionStrategy |
createConvolution(int radix,
long size1,
long size2,
long resultSize)
Returns a convolution strategy of suitable
type for the specified length.
|
ConvolutionStrategy createConvolution(int radix, long size1, long size2, long resultSize)
radix - The radix that will be used.size1 - Length of first data set.size2 - Length of second data set.resultSize - Minimum number of elements needed in the result data.Copyright © 2024. All rights reserved.