Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Tosa/IR/
DTosaOps.cpp235 IntegerType accElementType; in buildMatMulOpWithQuantInfo() local
237 accElementType = builder.getIntegerType(48); in buildMatMulOpWithQuantInfo()
239 accElementType = builder.getI32Type(); in buildMatMulOpWithQuantInfo()
240 auto accType = RankedTensorType::get(outputShape, accElementType); in buildMatMulOpWithQuantInfo()
/external/llvm-project/mlir/lib/Dialect/Tosa/Utils/
DQuantUtils.cpp269 IntegerType accElementType; in buildConvOpResultTypeInfo() local
271 accElementType = builder.getIntegerType(48); in buildConvOpResultTypeInfo()
273 accElementType = builder.getI32Type(); in buildConvOpResultTypeInfo()
274 auto accType = RankedTensorType::get(outputShape, accElementType); in buildConvOpResultTypeInfo()