Struct OnnxInferenceEngine::Impl#
Defined in File onnx_inference_engine.cpp
Nested Relationships#
This struct is a nested type of Class OnnxInferenceEngine.
Struct Documentation#
-
struct Impl
Public Members
-
std::unique_ptr<Ort::Env> env
-
std::unique_ptr<Ort::Session> session
-
std::unique_ptr<Ort::SessionOptions> session_options
-
Ort::AllocatorWithDefaultOptions allocator
-
SessionConfig config
-
bool initialized = {false}
-
std::vector<std::string> input_names_cache
-
std::vector<std::string> output_names_cache
-
std::vector<const char*> input_name_ptrs
-
std::vector<const char*> output_name_ptrs
-
std::unique_ptr<Ort::Env> env