leon hai 4 semanas
pai
achega
431aa59018
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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;