Home
last modified time | relevance | path

Searched defs:accType (Results 1 – 6 of 6) sorted by relevance

/llvm-project/mlir/lib/Dialect/Vector/Transforms/
H A DLowerVectorMultiReduction.cpp273 auto accType = VectorType::get( matchAndRewrite() local
444 auto accType = matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/Tosa/Utils/
H A DQuantUtils.cpp266 auto accType = outputShapedType.clone(accElementType); in buildConvOpResultTypeInfo() local
/llvm-project/mlir/lib/Dialect/NVGPU/IR/
H A DNVGPUDialect.cpp632 nvgpu::WarpgroupAccumulatorType accType = getMatrixC().getType(); verify() local
/llvm-project/mlir/lib/Dialect/Tosa/IR/
H A DTosaOps.cpp301 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 DConvertConv2DToImg2Col.cpp40 static Value createMul(Location loc, Value x, Value y, Type accType, in createMul()
/llvm-project/mlir/lib/Dialect/Vector/IR/
H A DVectorOps.cpp865 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