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