Searched refs:StructuredGenerator (Results 1 – 3 of 3) sorted by relevance
90 class StructuredGenerator {108 StructuredGenerator(RewriterBase &rewriter, StructuredOpInterface op) in StructuredGenerator() function
400 : public StructuredGenerator<vector::ContractionOp, vector::IteratorType> {402 : StructuredGenerator<vector::ContractionOp, vector::IteratorType>(b, op), in UnrolledOuterProductGenerator()
3052 : public StructuredGenerator<LinalgOp, utils::IteratorType> { in conv() 3055 : StructuredGenerator<LinalgOp, utils::IteratorType>(rewriter, linalgOp), in conv()