Skip to main content

TypedShape

Type Alias TypedShape 

Source
pub type TypedShape = Vec<DimExpr>;
Expand description

An inferred shape: an ordered list of symbolic dimension expressions. The rank is always known (unknown-rank tensors are represented by the absence of a TypeInfo, never by a TypedShape).

Aliased Typeยง

pub struct TypedShape { /* private fields */ }