ggml_opt_labels method

Pointer<ggml_tensor> ggml_opt_labels(
  1. ggml_opt_context_t opt_ctx
)

Implementation

ffi.Pointer<ggml_tensor> ggml_opt_labels(
  ggml_opt_context_t opt_ctx,
) {
  return _ggml_opt_labels(
    opt_ctx,
  );
}