Searched defs:accType (Results 1 – 6 of 6) sorted by relevance
/llvm-project/mlir/lib/Dialect/Vector/Transforms/ |
H A D | LowerVectorMultiReduction.cpp | 273 auto accType = VectorType::get( matchAndRewrite() local 444 auto accType = matchAndRewrite() local
|
/llvm-project/mlir/lib/Dialect/Tosa/Utils/ |
H A D | QuantUtils.cpp | 266 auto accType = outputShapedType.clone(accElementType); in buildConvOpResultTypeInfo() local
|
/llvm-project/mlir/lib/Dialect/NVGPU/IR/ |
H A D | NVGPUDialect.cpp | 632 nvgpu::WarpgroupAccumulatorType accType = getMatrixC().getType(); verify() local
|
/llvm-project/mlir/lib/Dialect/Tosa/IR/ |
H A D | TosaOps.cpp | 301 auto accType = getAccType(); verify() local 453 auto accType = outputShapedType.clone(accElementType); buildMatMulOpWithQuantInfo() local 467 buildAvgPool2dOpWithQuantInfo(OpBuilder & builder,OperationState & result,Type outputType,Value input,DenseArrayAttr kernel,DenseArrayAttr stride,DenseArrayAttr pad,TypeAttr accType) buildAvgPool2dOpWithQuantInfo() argument [all...] |
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/ |
H A D | ConvertConv2DToImg2Col.cpp | 40 static Value createMul(Location loc, Value x, Value y, Type accType, in createMul()
|
/llvm-project/mlir/lib/Dialect/Vector/IR/ |
H A D | VectorOps.cpp | 865 verifyOutputShape(ContractionOp op,VectorType lhsType,VectorType rhsType,Type accType,Type resType,const std::vector<std::pair<int64_t,int64_t>> & contractingDimMap,const std::vector<std::pair<int64_t,int64_t>> & batchDimMap) verifyOutputShape() argument 957 Type accType = getAccType(); verify() local
|