ggml_set_param method
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
Implementation
void ggml_set_param(
ffi.Pointer<ggml_context> ctx,
ffi.Pointer<ggml_tensor> tensor,
) {
return _ggml_set_param(ctx, tensor);
}