Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Tosa/Transforms/
H A DTosaInferShapes.cpp86 auto shapedTypeComponent = shapesStorage[operand]; in propagateShapesToTosaWhile() local
87 if (shapedTypeComponent.hasRank()) { in propagateShapesToTosaWhile()
88 auto newTy = operandTy.clone(shapedTypeComponent.getDims()); in propagateShapesToTosaWhile()