Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/dtype_next/image_processing_with_tensors.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down