Searched refs:OpShape (Results 1 – 1 of 1) sorted by relevance
323 auto OpShape = ShapeMap.find(MatrixA); in computeShapeInfoForInst() local324 if (OpShape != ShapeMap.end()) in computeShapeInfoForInst()325 return OpShape->second; in computeShapeInfoForInst()333 auto OpShape = ShapeMap.find(Op.get()); in computeShapeInfoForInst() local334 if (OpShape != ShapeMap.end()) in computeShapeInfoForInst()335 return OpShape->second; in computeShapeInfoForInst()