ggml_nelements method

int ggml_nelements(
  1. Pointer<ggml_tensor> tensor
)

GeneralAiSpeechToTextLibraryWhisper Binding By General Corporation & Global Corporation & General Developer

Implementation

int ggml_nelements(ffi.Pointer<ggml_tensor> tensor) {
  return _ggml_nelements(tensor);
}