Searched refs:accElementType (Results 1 – 2 of 2) sorted by relevance
257 IntegerType accElementType; in buildConvOpResultTypeInfo() local259 accElementType = builder.getIntegerType(48); in buildConvOpResultTypeInfo()261 accElementType = builder.getI32Type(); in buildConvOpResultTypeInfo()262 auto accType = outputShapedType.clone(accElementType); in buildConvOpResultTypeInfo()
256 IntegerType accElementType; in buildMatMulOpWithQuantInfo() local258 accElementType = builder.getIntegerType(48); in buildMatMulOpWithQuantInfo()260 accElementType = builder.getI32Type(); in buildMatMulOpWithQuantInfo()261 auto accType = outputShapedType.clone(accElementType); in buildMatMulOpWithQuantInfo()