aboutsummaryrefslogtreecommitdiffstats
path: root/models/dl_model.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'models/dl_model.hpp')
-rw-r--r--models/dl_model.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/models/dl_model.hpp b/models/dl_model.hpp
index 92a9820..7221fd1 100644
--- a/models/dl_model.hpp
+++ b/models/dl_model.hpp
@@ -27,6 +27,11 @@ namespace opt_utilities
this->handle=NULL;
return result;
}
+
+ const char* do_get_type_name()const
+ {
+ return "shared object wrapping model";
+ }
// public:
public: