Searched refs:expectedShape (Results 1 – 1 of 1) sorted by relevance
710 auto expectedShape = llvm::to_vector<4>( in verifyOutputShape() local715 VectorType::get(expectedShape, resVectorType.getElementType()); in verifyOutputShape()4857 SmallVector<int64_t> expectedShape; in verify() local4860 expectedShape.push_back(srcShape[i]); in verify()4862 if (llvm::any_of(llvm::zip(initialValueShapes, expectedShape), in verify()