Change inception prefixes

This commit is contained in:
2024-06-05 02:04:15 +02:00
parent 0ea9fe9d18
commit a54ffa8b20
2 changed files with 62 additions and 62 deletions

View File

@@ -30,7 +30,7 @@ class Model {
Model(const Model& other);
~Model();
float* predict(const float* input);
virtual float* predict(const float* input);
void addLayer(const std::string& name, Layers::SequentialLayer* layer);
Layers::SequentialLayer* getLayer(const std::string& name);