SourceXtractorPlusPlus  0.16
Please provide a description of the project.
OnnxCommon.cpp
Go to the documentation of this file.
1 
18 #include <onnxruntime_cxx_api.h>
19 
21 
22 namespace SourceXtractor {
23 
24 // There can be only one!
25 Ort::Env ORT_ENV;
26 
27 }
28 
29 
Ort::Env ORT_ENV
Definition: OnnxCommon.cpp:25