Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/StandardOps/IR/
DOps.cpp3897 static TensorType joinShapes(TensorType one, TensorType two) { in joinShapes() function
3950 joinShapes(joinShapes(sourceType, intermediateType), resultType); in matchAndRewrite()
3959 auto newJoin = joinShapes(sourceType, resultType); in matchAndRewrite()