ggml_conv_1d: 1D Convolution (Graph)
Description
Applies 1D convolution to input data.
Usage
ggml_conv_1d(ctx, a, b, s0 = 1L, p0 = 0L, d0 = 1L)
Arguments
- ctx
GGML context
- a
Convolution kernel tensor
- b
Input data tensor
- s0
Stride (default 1)
- p0
Padding (default 0)
- d0
Dilation (default 1)