ggml_n_dims method

int ggml_n_dims(
  1. Pointer<ggml_tensor> tensor
)

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

Implementation

int ggml_n_dims(ffi.Pointer<ggml_tensor> tensor) {
  return _ggml_n_dims(tensor);
}