ggml_conv_transpose_2d_p0 method

Pointer<ggml_tensor> ggml_conv_transpose_2d_p0(
  1. Pointer<ggml_context> ctx,
  2. Pointer<ggml_tensor> a,
  3. Pointer<ggml_tensor> b,
  4. int stride,
)

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer

Implementation

ffi.Pointer<ggml_tensor> ggml_conv_transpose_2d_p0(
  ffi.Pointer<ggml_context> ctx,
  ffi.Pointer<ggml_tensor> a,
  ffi.Pointer<ggml_tensor> b,
  int stride,
) {
  return _ggml_conv_transpose_2d_p0(ctx, a, b, stride);
}