tensr 0.1.3

A high-performance, cross-platform, multi-backend tensor/array library for Rust
Documentation
1
2
3
4
5
6
7
8
/// Signed axis dimension type
pub type IDim = isize;

/// Unsigned axis dimension type
pub type UDim = usize;

/// Type for representing a number of dimensions
pub type DimLen = u32;