ggml_nrows function

  1. @Native<Int64 Function(Pointer<ggml_tensor>)>(ffi.Pointer<ggml_tensor>)>()
int ggml_nrows(
  1. Pointer<ggml_tensor> tensor
)

Implementation

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