ggml_set method
Pointer<ggml_tensor>
ggml_set(
- Pointer<
ggml_context> ctx, - Pointer<
ggml_tensor> a, - Pointer<
ggml_tensor> b, - int nb1,
- int nb2,
- int nb3,
- int offset,
GeneralAiSpeechToTextLibraryWhisper Binding By General Corporation & Global Corporation & General Developer
Implementation
ffi.Pointer<ggml_tensor> ggml_set(
ffi.Pointer<ggml_context> ctx,
ffi.Pointer<ggml_tensor> a,
ffi.Pointer<ggml_tensor> b,
int nb1,
int nb2,
int nb3,
int offset,
) {
return _ggml_set(ctx, a, b, nb1, nb2, nb3, offset);
}