Lines Matching full:dimensions
13 ### Dimensions and Symbols
15 Dimensions and symbols are the two kinds of identifiers that can appear in the
17 Dimensions are declared in parentheses and symbols are declared in square
24 // d0/d1 are dimensions, s0 is a symbol
28 Dimensional identifiers correspond to the dimensions of the underlying structure
34 Dimensions and symbols are bound to SSA values by various operations in MLIR and
46 // Most things that bind SSA values bind dimensions and symbols.
50 SSA values bound to dimensions and symbols must always have 'index' type.
60 ### Restrictions on Dimensions and Symbols
82 location of the SSA use. Dimensions may be bound not only to anything that a
87 may use other dimensions and symbols).
151 The identifiers in the dimensions and symbols lists must be unique. These are
159 [indices and symbols](#dimensions-and-symbols) because indices are inputs to the
290 dimensions.