Lines Matching full:dimensions
43 /// Return true if all dimensions are fully divisible by the respective tiles.
57 // Offset all dimensions accordingly.
99 // Bias toward innermost dimensions.
104 // Block transposition (outer dimensions) or element transposition (inner
105 // dimensions) may not be necessary depending on the original matmul data
112 // Transpose only the dimensions that need that to conform to the provided
121 // Leave the outer dimensions, like batch, unchanged by offsetting all
122 // outer dimensions permutations.
154 // If padding is disabled, make sure that dimensions can be packed cleanly.
167 // - major 2D blocks - outer dimensions, consist of minor blocks
168 // - minor 2D blocks - inner dimensions, consist of scalar elements