ggml_scale method
GeneralAiSpeechToTextLibraryWhisper Binding By General Corporation & Global Corporation & General Developer
Implementation
ffi.Pointer<ggml_tensor> ggml_scale(
ffi.Pointer<ggml_context> ctx,
ffi.Pointer<ggml_tensor> a,
double s,
) {
return _ggml_scale(ctx, a, s);
}