ggml_pad method
Pointer<ggml_tensor>
ggml_pad(
- Pointer<
ggml_context> ctx, - Pointer<
ggml_tensor> a, - int p0,
- int p1,
- int p2,
- int p3,
GeneralAiSpeechToTextLibraryWhisper Binding By General Corporation & Global Corporation & General Developer
Implementation
ffi.Pointer<ggml_tensor> ggml_pad(
ffi.Pointer<ggml_context> ctx,
ffi.Pointer<ggml_tensor> a,
int p0,
int p1,
int p2,
int p3,
) {
return _ggml_pad(ctx, a, p0, p1, p2, p3);
}