ggml_set_param method

void ggml_set_param(
  1. Pointer<ggml_context> ctx,
  2. Pointer<ggml_tensor> tensor
)

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);
}