Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Tensor/IR/
H A DTensorOps.cpp851 static bool isSameTypesWithoutEncoding(Type tp1, Type tp2) { in isSameTypesWithoutEncoding() function
874 if (!isSameTypesWithoutEncoding(collapsedType, expectedType)) in verifyTensorReshapeOp()