Lines Matching defs:transpose
1183 << "cannot lower to pad + expand + transpose";
1206 << "cannot lower to transpose + collapse + extract";
1722 // Step 3. Actually transpose the ops.
1861 // Extract the transpose vectors.
1954 SmallVector<int64_t> transpose = extractFromIntegerArrayAttr<int64_t>(attr);
1955 auto sequence = llvm::to_vector(llvm::seq<int64_t>(0, transpose.size()));
1957 transpose.begin(), transpose.end())) {
2012 ArrayRef<int64_t> transpose = getTranspose();
2013 auto sequence = llvm::to_vector(llvm::seq<int64_t>(0, transpose.size()));
2014 if (!std::is_permutation(sequence.begin(), sequence.end(), transpose.begin(),
2015 transpose.end())) {
2016 return emitOpError() << "expects transpose to be a permutation, found "
2054 ArrayRef<int64_t> transpose = getTranspose();
2055 auto sequence = llvm::to_vector(llvm::seq<int64_t>(0, transpose.size()));
2056 if (!std::is_permutation(sequence.begin(), sequence.end(), transpose.begin(),
2057 transpose.end())) {
2058 return emitOpError() << "expects transpose to be a permutation, found "