Skip to main content

oar_ocr_core/utils/
tensor.rs

1//! Tensor utility functions.
2//!
3//! Direct usage of `ndarray::Array*<f32>` types is preferred throughout the codebase,
4//! so this module currently exposes no helpers.