ggml_tensor_overhead function

  1. @Native<Size Function()>()>()
int ggml_tensor_overhead()

use this to compute the memory overhead of a tensor

Implementation

@ffi.Native<ffi.Size Function()>()
external int ggml_tensor_overhead();