Commit cf7b82b4 authored by yangql's avatar yangql
Browse files

Update Src/Classifier.h

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