Searched refs:accType (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/ |
| H A D | VectorMultiDimReductionTransforms.cpp | 193 auto accType = VectorType::get( in matchAndRewrite() local 196 acc = rewriter.create<vector::ShapeCastOp>(loc, accType, acc); in matchAndRewrite() 318 auto accType = in matchAndRewrite() local 331 loc, accType, multiReductionOp.getAcc()); in matchAndRewrite()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Tosa/Utils/ |
| H A D | QuantUtils.cpp | 262 auto accType = outputShapedType.clone(accElementType); in buildConvOpResultTypeInfo() local 263 return accType; in buildConvOpResultTypeInfo()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Tosa/IR/ |
| H A D | TosaOps.cpp | 261 auto accType = outputShapedType.clone(accElementType); in buildMatMulOpWithQuantInfo() local 262 result.addTypes(accType); in buildMatMulOpWithQuantInfo()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Vector/IR/ |
| H A D | VectorOps.cpp | 635 ContractionOp op, VectorType lhsType, VectorType rhsType, Type accType, in verifyOutputShape() argument 667 if (resType.isa<VectorType>() || accType.isa<VectorType>()) in verifyOutputShape() 672 auto accVectorType = accType.dyn_cast<VectorType>(); in verifyOutputShape() 727 auto accType = getAccType(); in verify() local 775 if (failed(verifyOutputShape(*this, lhsType, rhsType, accType, resType, in verify()
|