Searched refs:mismatchingDims (Results 1 – 2 of 2) sorted by relevance
59 std::pair<int, int> *mismatchingDims = nullptr);
1686 std::pair<int, int> *mismatchingDims) { in isBroadcastableTo() argument1707 if (mismatchingDims) { in isBroadcastableTo()1708 mismatchingDims->first = srcDim; in isBroadcastableTo()1709 mismatchingDims->second = dstDim; in isBroadcastableTo()1719 std::pair<int, int> mismatchingDims; in verify() local1721 isBroadcastableTo(getSourceType(), getVectorType(), &mismatchingDims); in verify()1728 << mismatchingDims.first << " vs. " << mismatchingDims.second << ")"; in verify()