ggml_opt_pred method
Implementation
ffi.Pointer<ggml_tensor> ggml_opt_pred(
ggml_opt_context_t opt_ctx,
) {
return _ggml_opt_pred(
opt_ctx,
);
}
ffi.Pointer<ggml_tensor> ggml_opt_pred(
ggml_opt_context_t opt_ctx,
) {
return _ggml_opt_pred(
opt_ctx,
);
}