re_tensor_ops/
lib.rs

1//! Helper used to work with `re_log_types::Tensor` as an `ndarray`
2//!
3//! The actual conversion into / out of `ndarray` is now done using `TryFrom` trait and
4//! and implemented in `re_log_types/src/component_types/tensor.rs`
5
6pub mod dimension_mapping;