leon 4 settimane fa
parent
commit
431aa59018
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      src/nodes/infer/inferNode.hpp

+ 2 - 1
src/nodes/infer/inferNode.hpp

@@ -26,7 +26,8 @@ public:
         model_type_ = model_type;
     }
 
-    void work() override;
+    // void work() override;
+    void handle_data(std::shared_ptr<meta::MetaData>& meta_data) override;
 
 private:
     std::shared_ptr<Infer> model_ = nullptr;