ggml_opt_labels function
- @Native<Pointer<
ggml_tensor> Function(ggml_opt_context_t)>(ggml_opt_context_t)>()
- ggml_opt_context_t opt_ctx
Implementation
@ffi.Native<ffi.Pointer<ggml_tensor> Function(ggml_opt_context_t)>()
external ffi.Pointer<ggml_tensor> ggml_opt_labels(
ggml_opt_context_t opt_ctx,
);