Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Tensor/IR/
H A DTensorOps.cpp161 static TensorType joinShapes(TensorType one, TensorType two) { in joinShapes() function
213 joinShapes(joinShapes(sourceType, intermediateType), resultType); in matchAndRewrite()
222 auto newJoin = joinShapes(sourceType, resultType); in matchAndRewrite()