mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-20 19:12:24 +00:00
Fix csharp CXX sample (#2251)
This commit is contained in:
parent
2c864e0ffc
commit
9e95998f6a
1 changed files with 0 additions and 2 deletions
|
|
@ -6,8 +6,6 @@
|
|||
#include <vector>
|
||||
#include <onnxruntime_cxx_api.h>
|
||||
|
||||
const OrtApi* Ort::g_api = OrtGetApiBase()->GetApi(ORT_API_VERSION);
|
||||
|
||||
int main(int argc, char* argv[]) {
|
||||
//*************************************************************************
|
||||
// initialize enviroment...one enviroment per process
|
||||
|
|
|
|||
Loading…
Reference in a new issue