Commit 3064c24c authored by yangql's avatar yangql
Browse files

Update Bert.cpp

parent c2540862
#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
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment