ggml_get_first_tensor method

Pointer<ggml_tensor> ggml_get_first_tensor(
  1. Pointer<ggml_context> ctx
)

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer

Implementation

ffi.Pointer<ggml_tensor> ggml_get_first_tensor(
  ffi.Pointer<ggml_context> ctx,
) {
  return _ggml_get_first_tensor(ctx);
}