ggml_nbytes method
LlamaLibrarySharedBindingsByGeneralDeveloper Binding By General Corporation & Global Corporation & General Developer
Implementation
int ggml_nbytes(
ffi.Pointer<ggml_tensor> tensor,
) {
return _ggml_nbytes(
tensor,
);
}
LlamaLibrarySharedBindingsByGeneralDeveloper Binding By General Corporation & Global Corporation & General Developer
int ggml_nbytes(
ffi.Pointer<ggml_tensor> tensor,
) {
return _ggml_nbytes(
tensor,
);
}