ggml_opt method

Implementation

int ggml_opt(
  ffi.Pointer<ggml_context> ctx,
  ggml_opt_params params,
  ffi.Pointer<ggml_tensor> f,
) {
  return _ggml_opt(
    ctx,
    params,
    f,
  );
}