ggml_opt_pred method

Pointer<ggml_tensor> ggml_opt_pred(
  1. ggml_opt_context_t opt_ctx
)

Implementation

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