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
crnn_migraphx
Commits
453f511c
Commit
453f511c
authored
Jun 15, 2023
by
shizhm
Browse files
完善代码格式
parent
165d6c8b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
18 deletions
+15
-18
Src/Crnn.cpp
Src/Crnn.cpp
+15
-17
Src/Crnn.h
Src/Crnn.h
+0
-1
No files found.
Src/Crnn.cpp
View file @
453f511c
#include <Crnn.h>
#include <Crnn.h>
#include <migraphx/onnx.hpp>
#include <migraphx/onnx.hpp>
#include <migraphx/gpu/target.hpp>
#include <migraphx/gpu/target.hpp>
#include <Filesystem.h>
#include <Filesystem.h>
#include <SimpleLog.h>
#include <SimpleLog.h>
...
...
Src/Crnn.h
View file @
453f511c
...
@@ -2,7 +2,6 @@
...
@@ -2,7 +2,6 @@
#define __OCR_CRNN_H__
#define __OCR_CRNN_H__
#include <migraphx/program.hpp>
#include <migraphx/program.hpp>
#include <CommonDefinition.h>
#include <CommonDefinition.h>
namespace
migraphxSamples
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