| ggml_conv_transpose_2d_p0 | R Documentation |
Applies transposed 2D convolution (deconvolution) with zero padding.
ggml_conv_transpose_2d_p0(ctx, a, b, stride = 1L)
ctx |
GGML context |
a |
Convolution kernel tensor |
b |
Input data tensor |
stride |
Stride (default 1) |
Transposed convolved tensor
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.