ggml_nbytes_pad method
Implementation
int ggml_nbytes_pad(
ffi.Pointer<ggml_tensor> tensor,
) {
return _ggml_nbytes_pad(
tensor,
);
}
int ggml_nbytes_pad(
ffi.Pointer<ggml_tensor> tensor,
) {
return _ggml_nbytes_pad(
tensor,
);
}