Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Tosa/IR/
H A DTosaOps.cpp404 int concatDimSize = 0; in inferReturnTypeComponents() local
411 concatDimSize = ShapedType::kDynamicSize; in inferReturnTypeComponents()
415 concatDimSize += operandShape.getDimSize(axis); in inferReturnTypeComponents()
418 outputShape[axis] = concatDimSize; in inferReturnTypeComponents()