ConvolutionKernel

class ConvolutionKernel(operation)

A kernel to be used in a convolution.

See also

convolve_pwc

Operation to create an Stf by convolving a Pwc with a kernel.

gaussian_convolution_kernel

Operation to create a convolution kernel representing a normalized Gaussian.

sinc_convolution_kernel

Operation to create a convolution kernel representing the sinc function.

Notes

The value of ConvolutionKernel nodes is not fetchable from graphs. Therefore, they do not have a name attribute.