ggml_nbytes method

int ggml_nbytes(
  1. Pointer<ggml_tensor> tensor
)

GeneralAiSpeechToTextLibraryWhisper Binding By General Corporation & Global Corporation & General Developer

Implementation

int ggml_nbytes(ffi.Pointer<ggml_tensor> tensor) {
  return _ggml_nbytes(tensor);
}