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