Skip to content

Commit 787189c

Browse files
authored
Update packages/react-native-executorch/common/rnexecutorch/data_processing/ImageProcessing.h
1 parent fc1c49b commit 787189c

File tree

1 file changed

+1
-1
lines changed
  • packages/react-native-executorch/common/rnexecutorch/data_processing

1 file changed

+1
-1
lines changed

packages/react-native-executorch/common/rnexecutorch/data_processing/ImageProcessing.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ cv::Mat convertTensorToMatrix(cv::Size size, const Tensor &tensor);
3939
TensorPtr covertMatrixToTensor(const std::vector<int32_t> &tensorDims,
4040
cv::Mat &input);
4141

42-
} // namespace rnexecutorch::imageprocessing
42+
} // namespace rnexecutorch::imageprocessing

0 commit comments

Comments
 (0)