ggml_nrows function
- @Native<Int64 Function(Pointer<
ggml_tensor> )>(ffi.Pointer<ggml_tensor>)>()
- Pointer<
ggml_tensor> tensor
Implementation
@ffi.Native<ffi.Int64 Function(ffi.Pointer<ggml_tensor>)>()
external int ggml_nrows(ffi.Pointer<ggml_tensor> tensor);