Skip to content

Commit 3497dc1

Browse files
authored
Merge pull request #224 from ClojureCivitas/tensor-fix-1
minor fix
2 parents 01c57c2 + 99966c8 commit 3497dc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)