ggml_is_contiguous function

  1. @Native<Bool Function(Pointer<ggml_tensor>)>(ffi.Pointer<ggml_tensor>)>()
bool ggml_is_contiguous(
  1. Pointer<ggml_tensor> tensor
)

Implementation

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