Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
PaddleOCR_migraphx
Commits
c2d824b0
Commit
c2d824b0
authored
Jun 15, 2023
by
shizhm
Browse files
完善代码格式
parent
b9aa298b
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
6 deletions
+0
-6
Src/PaddleOCR/OcrDB.cpp
Src/PaddleOCR/OcrDB.cpp
+0
-2
Src/PaddleOCR/OcrDB.h
Src/PaddleOCR/OcrDB.h
+0
-1
Src/PaddleOCR/OcrSVTR.cpp
Src/PaddleOCR/OcrSVTR.cpp
+0
-2
Src/PaddleOCR/OcrSVTR.h
Src/PaddleOCR/OcrSVTR.h
+0
-1
No files found.
Src/PaddleOCR/OcrDB.cpp
View file @
c2d824b0
#include <OcrDB.h>
#include <migraphx/onnx.hpp>
#include <migraphx/gpu/target.hpp>
#include <Filesystem.h>
#include <SimpleLog.h>
...
...
Src/PaddleOCR/OcrDB.h
View file @
c2d824b0
...
...
@@ -4,7 +4,6 @@
#define __OCR_DB_H__
#include <migraphx/program.hpp>
#include <CommonDefinition.h>
#include <clipper.h>
#include <utility.h>
...
...
Src/PaddleOCR/OcrSVTR.cpp
View file @
c2d824b0
#include <OcrSVTR.h>
#include <migraphx/onnx.hpp>
#include <migraphx/gpu/target.hpp>
#include <Filesystem.h>
#include <SimpleLog.h>
...
...
Src/PaddleOCR/OcrSVTR.h
View file @
c2d824b0
...
...
@@ -4,7 +4,6 @@
#define __OCR_SVTR_H__
#include <migraphx/program.hpp>
#include <CommonDefinition.h>
namespace
migraphxSamples
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment