ggml_opt_static_graphs function
- @Native<Bool Function(ggml_opt_context_t)>(ggml_opt_context_t)>()
- ggml_opt_context_t opt_ctx
Implementation
@ffi.Native<ffi.Bool Function(ggml_opt_context_t)>()
external bool ggml_opt_static_graphs(
ggml_opt_context_t opt_ctx,
);