Skip to content

Commit 99966c8

Browse files
committed
minor fix
1 parent 01c57c2 commit 99966c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/dtype_next/image_processing_with_tensors.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1219,7 +1219,7 @@ gaussian-5x5
12191219
;; sensor arrays—dtype-next handles arbitrary dimensionality.
12201220

12211221
;; dtype-next also provides:
1222-
;; - **Native interop**: Zero-copy integration with native libraries (OpenCV, TensorFlow)
1222+
;; - **Native interop**: Zero-copy integration with native libraries (OpenCV, Numpy, etc.)
12231223
;; - **Dataset tools**: Rich `tech.ml.dataset` integration for tabular workflows
12241224
;; - **Performance**: SIMD-optimized operations, parallel processing support
12251225
;; - **Flexibility**: Custom buffer implementations, extensible type system

0 commit comments

Comments
 (0)