Lines Matching refs:inputHeight
1021 int32_t inputHeight = ShapedType::kDynamicSize; in inferReturnTypeComponents() local
1030 inputHeight = inputShape.getDimSize(1); in inferReturnTypeComponents()
1058 if (!ShapedType::isDynamic(inputHeight) && in inferReturnTypeComponents()
1060 int32_t inputSize = inputHeight + padding[0] + padding[1]; 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()
1130 int32_t inputSize = inputHeight + padding[0] + padding[1]; 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()
1232 int32_t inputSize = inputHeight + padding[0] + padding[1]; in inferReturnTypeComponents()
1261 int32_t inputHeight = ShapedType::kDynamicSize; in inferReturnTypeComponents() local
1271 inputHeight = inputShape.getDimSize(1); in inferReturnTypeComponents()
1299 if (!ShapedType::isDynamic(inputHeight) && in inferReturnTypeComponents()
1302 (inputHeight - 1) * stride[0] - padding[0] - padding[1] + weightHeight; in inferReturnTypeComponents()