ggml_tensor_overhead method

int ggml_tensor_overhead()

use this to compute the memory overhead of a tensor

Implementation

int ggml_tensor_overhead() {
  return _ggml_tensor_overhead();
}