Home
last modified time | relevance | path

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

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Dialect/Tosa/IR/
H A DTosaOps.cpp977 ShapeAdaptor valuesInShape = operands.getShape(0); in inferReturnTypeComponents() local
978 if (valuesInShape.hasRank()) { in inferReturnTypeComponents()
979 outputShape[0] = valuesInShape.getDimSize(0); in inferReturnTypeComponents()
980 outputShape[1] = valuesInShape.getDimSize(1); in inferReturnTypeComponents()
981 outputShape[2] = valuesInShape.getDimSize(2); in inferReturnTypeComponents()