Searched refs:accElementType (Results 1 – 2 of 2) sorted by relevance
235 IntegerType accElementType; in buildMatMulOpWithQuantInfo() local237 accElementType = builder.getIntegerType(48); in buildMatMulOpWithQuantInfo()239 accElementType = builder.getI32Type(); in buildMatMulOpWithQuantInfo()240 auto accType = RankedTensorType::get(outputShape, accElementType); in buildMatMulOpWithQuantInfo()
269 IntegerType accElementType; in buildConvOpResultTypeInfo() local271 accElementType = builder.getIntegerType(48); in buildConvOpResultTypeInfo()273 accElementType = builder.getI32Type(); in buildConvOpResultTypeInfo()274 auto accType = RankedTensorType::get(outputShape, accElementType); in buildConvOpResultTypeInfo()