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