ggml_is_permuted method
Implementation
bool ggml_is_permuted(
  ffi.Pointer<ggml_tensor> tensor,
) {
  return _ggml_is_permuted(
    tensor,
  );
}
bool ggml_is_permuted(
  ffi.Pointer<ggml_tensor> tensor,
) {
  return _ggml_is_permuted(
    tensor,
  );
}