Removed m_output_names
This commit is contained in:
parent
8ff73e5d53
commit
197ed992c0
|
|
@ -230,7 +230,6 @@ private:
|
|||
std::vector<ggml_tensor *> m_nodes;
|
||||
std::map<std::string, ggml_tensor *> m_inputs;
|
||||
std::vector<std::string> m_input_names;
|
||||
std::vector<std::string> m_output_names;
|
||||
|
||||
std::map<std::string, std::shared_ptr<ov::Node>> m_model_inputs;
|
||||
std::map<std::string, std::shared_ptr<ov::Node>> m_model_extra_inputs;
|
||||
|
|
|
|||
Loading…
Reference in New Issue