Removed m_output_names

This commit is contained in:
Xuejun Zhai 2025-12-03 23:27:23 -08:00 committed by Mustafa Cavus
parent 8ff73e5d53
commit 197ed992c0
1 changed files with 0 additions and 1 deletions

View File

@ -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;