Searched refs:outputShapedType (Results 1 – 2 of 2) sorted by relevance
230 auto outputShapedType = outputType.dyn_cast<RankedTensorType>(); in buildMatMulOpWithQuantInfo() local231 assert(outputShapedType && "Output must be a ranked tensor type"); in buildMatMulOpWithQuantInfo()233 auto outputShape = outputShapedType.getShape(); in buildMatMulOpWithQuantInfo()
263 auto outputShapedType = outputType.dyn_cast<RankedTensorType>(); in buildConvOpResultTypeInfo() local264 assert(outputShapedType && in buildConvOpResultTypeInfo()267 auto outputShape = outputShapedType.getShape(); in buildConvOpResultTypeInfo()