Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Tosa/IR/
H A DTosaOps.cpp813 ShapeAdaptor valuesInShape = operands.getShape(0); in inferReturnTypeComponents() local
814 if (valuesInShape.hasRank()) { in inferReturnTypeComponents()
815 outputShape[0] = valuesInShape.getDimSize(0); in inferReturnTypeComponents()
816 outputShape[1] = valuesInShape.getDimSize(1); in inferReturnTypeComponents()
817 outputShape[2] = valuesInShape.getDimSize(2); in inferReturnTypeComponents()