Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Tosa/IR/
H A DTosaOps.cpp1021 int32_t inputHeight = ShapedType::kDynamicSize; in inferReturnTypeComponents() local
1030 inputHeight = inputShape.getDimSize(1); in inferReturnTypeComponents()
1058 if (!ShapedType::isDynamic(inputHeight) && in inferReturnTypeComponents()
1088 int32_t inputHeight = ShapedType::kDynamicSize; in inferReturnTypeComponents() local
1099 inputHeight = inputShape.getDimSize(1); in inferReturnTypeComponents()
1128 if (!ShapedType::isDynamic(inputHeight) && in inferReturnTypeComponents()
1180 int32_t inputHeight = ShapedType::kDynamicSize; in inferReturnTypeComponents() local
1191 inputHeight = inputShape.getDimSize(1); in inferReturnTypeComponents()
1230 if (!ShapedType::isDynamic(inputHeight) && in inferReturnTypeComponents()
1271 inputHeight = inputShape.getDimSize(1); in inferReturnTypeComponents()
[all …]