Home
last modified time | relevance | path

Searched refs:accElementType (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/Tosa/Utils/
H A DQuantUtils.cpp257 IntegerType accElementType; in buildConvOpResultTypeInfo() local
259 accElementType = builder.getIntegerType(48); in buildConvOpResultTypeInfo()
261 accElementType = builder.getI32Type(); in buildConvOpResultTypeInfo()
262 auto accType = outputShapedType.clone(accElementType); in buildConvOpResultTypeInfo()
/llvm-project-15.0.7/mlir/lib/Dialect/Tosa/IR/
H A DTosaOps.cpp256 IntegerType accElementType; in buildMatMulOpWithQuantInfo() local
258 accElementType = builder.getIntegerType(48); in buildMatMulOpWithQuantInfo()
260 accElementType = builder.getI32Type(); in buildMatMulOpWithQuantInfo()
261 auto accType = outputShapedType.clone(accElementType); in buildMatMulOpWithQuantInfo()