Lines Matching defs:dimension
733 // If the dimension has dynamic offset/size, we cannot guarantee
1294 // input dimension can be turned into a static output dimension.
1769 for (int64_t dimension : dimensionsRef) {
1770 if (dimension < 0 || dimension >= inputType.getRank()) {
1775 dimensionsToReduce.insert(dimension);
1962 // Single dimension transpose.
2140 return emitOpError() << "dimension " << idx
2472 // If the source shape's dimension has a static shape, map the affine dim
2518 // given affine dim expression to the dimension.
2552 // Maps affine dim expressions to the static size of that dimension.
2619 int64_t dimension = getDimension();
2620 if ((dimension < 0) || (dimension >= inputRank))
2621 return emitOpError("incorrect dimension specified");
2785 // dimension \p dim with the operation type \p T.
2809 /// on dimension \p dim.
2862 /// 1. Compute the max of x along dimension d. This results
2870 /// 3. Compute the sum of z along dimension d. This results in
3530 // Invalid map if the common dimension of matmul not found.
3779 return emitError("'indexing_maps' do not specify a contracting dimension");