Module shape

Module shape 

Source
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§

ShapeError
Error that can occur when attempting to modify shapes.

Functions§

calculate_matmul_output
Compute the output shape for matrix multiplication with broadcasting support.