ggml_opt_alloc method

void ggml_opt_alloc(
  1. ggml_opt_context_t opt_ctx,
  2. bool backward
)

Implementation

void ggml_opt_alloc(
  ggml_opt_context_t opt_ctx,
  bool backward,
) {
  return _ggml_opt_alloc(
    opt_ctx,
    backward,
  );
}