ggml_is_contiguous function
- @Native<Bool Function(Pointer<
ggml_tensor> )>(ffi.Pointer<ggml_tensor>)>()
- Pointer<
ggml_tensor> tensor
Implementation
@ffi.Native<ffi.Bool Function(ffi.Pointer<ggml_tensor>)>()
external bool ggml_is_contiguous(ffi.Pointer<ggml_tensor> tensor);