Home
last modified time | relevance | path

Searched refs:isValidShapeCast (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/mlir/lib/Dialect/Vector/
DVectorOps.cpp2541 static bool isValidShapeCast(ArrayRef<int64_t> a, ArrayRef<int64_t> b) { in isValidShapeCast() function
2590 if (!isValidShapeCast(sourceShape, resultShape)) in verifyVectorShapeCast()
2593 if (!isValidShapeCast(resultShape, sourceShape)) in verifyVectorShapeCast()