Searched refs:StructuredGenerator (Results 1 – 3 of 3) sorted by relevance
142 class StructuredGenerator {164 StructuredGenerator(OpBuilder &builder, StructuredOpInterface op) in StructuredGenerator() function
1316 struct Conv1DNwcGenerator : public StructuredGenerator<LinalgOp> {1319 : StructuredGenerator<LinalgOp>(builder, linalgOp), strideW(strideW), in Conv1DNwcGenerator()
1461 : public StructuredGenerator<vector::ContractionOp> {1463 : StructuredGenerator<vector::ContractionOp>(builder, op), in UnrolledOuterProductGenerator()