Searched refs:shuffled_reduction (Results 1 – 1 of 1) sorted by relevance
2785 SmallVector<int32_t, 4> shuffled_reduction; in FoldOperandsPermutation() local2787 std::back_inserter(shuffled_reduction), in FoldOperandsPermutation()2792 auto type = mlir::RankedTensorType::get(shuffled_reduction.size(), in FoldOperandsPermutation()2794 auto values = mlir::DenseIntElementsAttr::get(type, shuffled_reduction); in FoldOperandsPermutation()