Lines Matching refs:getSparseTensorEncoding
464 auto encDst = getSparseTensorEncoding(dstTp); in genSparse2SparseReshape()
465 auto encSrc = getSparseTensorEncoding(srcTp); in genSparse2SparseReshape()
543 auto enc = getSparseTensorEncoding(op.getSource().getType()); in matchAndRewrite()
565 auto encDst = getSparseTensorEncoding(op.getType()); in matchAndRewrite()
566 auto encSrc = getSparseTensorEncoding(op.getSource().getType()); in matchAndRewrite()
585 auto encDst = getSparseTensorEncoding(dstType); in matchAndRewrite()
586 auto encSrc = getSparseTensorEncoding(srcType); in matchAndRewrite()
603 auto enc = getSparseTensorEncoding(resType); in matchAndRewrite()
631 auto enc = getSparseTensorEncoding(resType); in matchAndRewrite()
672 auto encDst = getSparseTensorEncoding(resType); in matchAndRewrite()
673 auto encSrc = getSparseTensorEncoding(srcType); in matchAndRewrite()
879 auto enc = getSparseTensorEncoding(op.getTensor().getType()); in matchAndRewrite()
990 auto enc = getSparseTensorEncoding(srcType); in matchAndRewrite()
1062 auto encSrc = getSparseTensorEncoding(srcType); in matchAndRewrite()