| ggml_conv_1d | R Documentation |
Applies 1D convolution to input data.
ggml_conv_1d(ctx, a, b, s0 = 1L, p0 = 0L, d0 = 1L)
ctx |
GGML context |
a |
Convolution kernel tensor |
b |
Input data tensor |
s0 |
Stride (default 1) |
p0 |
Padding (default 0) |
d0 |
Dilation (default 1) |
Convolved tensor
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.