Home
last modified time | relevance | path

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

/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Dialect/Tosa/IR/
H A DTosaOps.cpp367 int concatDimSize = 0; in inferReturnTypeComponents() local
374 concatDimSize = -1; in inferReturnTypeComponents()
378 concatDimSize += operandTy.getDimSize(axis); in inferReturnTypeComponents()
381 outputShape[axis] = concatDimSize; in inferReturnTypeComponents()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Dialect/Tosa/IR/
H A DTosaOps.cpp367 int concatDimSize = 0; in inferReturnTypeComponents() local
374 concatDimSize = -1; in inferReturnTypeComponents()
378 concatDimSize += operandTy.getDimSize(axis); in inferReturnTypeComponents()
381 outputShape[axis] = concatDimSize; in inferReturnTypeComponents()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Dialect/Tosa/IR/
H A DTosaOps.cpp367 int concatDimSize = 0; in inferReturnTypeComponents() local
374 concatDimSize = -1; in inferReturnTypeComponents()
378 concatDimSize += operandTy.getDimSize(axis); in inferReturnTypeComponents()
381 outputShape[axis] = concatDimSize; in inferReturnTypeComponents()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Dialect/Tosa/IR/
H A DTosaOps.cpp570 int concatDimSize = 0; in inferReturnTypeComponents() local
577 concatDimSize = ShapedType::kDynamicSize; in inferReturnTypeComponents()
581 concatDimSize += operandShape.getDimSize(axis); in inferReturnTypeComponents()
584 outputShape[axis] = concatDimSize; in inferReturnTypeComponents()