From 99966c85a9d021e2fbfd316060fe939e1142b617 Mon Sep 17 00:00:00 2001 From: daslu Date: Mon, 8 Dec 2025 08:14:08 +0200 Subject: [PATCH] minor fix --- src/dtype_next/image_processing_with_tensors.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dtype_next/image_processing_with_tensors.clj b/src/dtype_next/image_processing_with_tensors.clj index 19feeb74..7b6f4ffa 100644 --- a/src/dtype_next/image_processing_with_tensors.clj +++ b/src/dtype_next/image_processing_with_tensors.clj @@ -1219,7 +1219,7 @@ gaussian-5x5 ;; sensor arrays—dtype-next handles arbitrary dimensionality. ;; dtype-next also provides: -;; - **Native interop**: Zero-copy integration with native libraries (OpenCV, TensorFlow) +;; - **Native interop**: Zero-copy integration with native libraries (OpenCV, Numpy, etc.) ;; - **Dataset tools**: Rich `tech.ml.dataset` integration for tabular workflows ;; - **Performance**: SIMD-optimized operations, parallel processing support ;; - **Flexibility**: Custom buffer implementations, extensible type system