Commit cf7b82b4 authored by yangql's avatar yangql
Browse files

Update Src/Classifier.h

parent 4d2a798d
...@@ -6,7 +6,6 @@ ...@@ -6,7 +6,6 @@
namespace ortSamples namespace ortSamples
{ {
class Classifier class Classifier
{ {
public: public:
...@@ -25,10 +24,7 @@ private: ...@@ -25,10 +24,7 @@ private:
std::string inputName; std::string inputName;
Ort::Env env = Ort::Env(ORT_LOGGING_LEVEL_ERROR, "ONNXRuntime"); Ort::Env env = Ort::Env(ORT_LOGGING_LEVEL_ERROR, "ONNXRuntime");
Ort::SessionOptions sessionOptions = Ort::SessionOptions(); Ort::SessionOptions sessionOptions = Ort::SessionOptions();
}; };
} }
#endif #endif
......
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