ggml_tensor_overhead method
use this to compute the memory overhead of a tensor
Implementation
int ggml_tensor_overhead() {
return _ggml_tensor_overhead();
}
use this to compute the memory overhead of a tensor
int ggml_tensor_overhead() {
return _ggml_tensor_overhead();
}