//! Tensor types and operations
//!//! This module provides the core `Tensor` type, which represents an n-dimensional
//! array stored on a compute device (CPU, GPU, etc.).
modcore;pubmodid;modlayout;modops;pub(crate)modshape;modstorage;modstrides;pubusecore::Tensor;pubuseid::TensorId;pubuselayout::{Layout, Shape, Strides};pubusestorage::Storage;