Static MAX_CAST_DIMENSION_SIZE

Source
pub static MAX_CAST_DIMENSION_SIZE: Key<usize>
Expand description

The maximium for a dimension size allowed for a folded shape when reshaping during casting to limit fanout. usize::MAX means no reshaping as any shape will always be below the limit so no dimension needs to be folded.