Fix csharp CXX sample (#2251)

This commit is contained in:
Ryan Hill 2019-10-24 15:47:51 -07:00 committed by Changming Sun
parent 2c864e0ffc
commit 9e95998f6a

View file

@ -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