Searched refs:OpShape (Results 1 – 1 of 1) sorted by relevance
283 auto OpShape = ShapeMap.find(MatrixA); in computeShapeInfoForInst() local284 if (OpShape != ShapeMap.end()) in computeShapeInfoForInst()285 return OpShape->second; in computeShapeInfoForInst()291 auto OpShape = ShapeMap.find(Op.get()); in computeShapeInfoForInst() local292 if (OpShape != ShapeMap.end()) in computeShapeInfoForInst()293 return OpShape->second; in computeShapeInfoForInst()