ggml_opt_labels function

  1. @Native<Pointer<ggml_tensor> Function(ggml_opt_context_t)>(ggml_opt_context_t)>()
Pointer<ggml_tensor> ggml_opt_labels(
  1. 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,
);