Expand description
Tensor shape definition.
Re-exports§
pub use crate::errors::ExpressionError;pub use crate::tensor::index_conversion::AsSize;
Structs§
- Shape
- Shape of a tensor.
Enums§
- Shape
Error - Error that can occur when attempting to modify shapes.
Functions§
- calculate_
matmul_ output - Compute the output shape for matrix multiplication with broadcasting support.