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
BERT_onnxruntime
Commits
3064c24c
Commit
3064c24c
authored
Jul 13, 2023
by
yangql
Browse files
Update Bert.cpp
parent
c2540862
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
Src/Bert.cpp
Src/Bert.cpp
+1
-2
No files found.
Src/Bert.cpp
View file @
3064c24c
#include <Bert.h>
#include <Bert.h>
#include <onnxruntime/core/session/onnxruntime_cxx_api.h>
#include <onnxruntime/core/session/onnxruntime_cxx_api.h>
#include <Filesystem.h>
#include <Filesystem.h>
#include <SimpleLog.h>
#include <SimpleLog.h>
#include <algorithm>
#include <algorithm>
...
@@ -423,4 +422,4 @@ ErrorCode Bert::Postprocessing(int n_best_size,
...
@@ -423,4 +422,4 @@ ErrorCode Bert::Postprocessing(int n_best_size,
return
SUCCESS
;
return
SUCCESS
;
}
}
}
}
\ No newline at end of file
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