[Other] Upgrade runtime module (#1068)

* Upgrade runtime module

* Update option.h

* Fix build error

* Move enumerates

* little modification

* little modification

* little modification:

* Remove some useless flags
This commit is contained in:
Jason
2023-01-06 13:44:05 +08:00
committed by GitHub
parent 1135d33dd7
commit d7a65e5c70
31 changed files with 1838 additions and 1778 deletions

View File

@@ -21,7 +21,7 @@
#include <type_traits>
#include "fastdeploy/runtime.h"
#include "fastdeploy/runtime/runtime.h"
#ifdef ENABLE_VISION
#include "fastdeploy/vision.h"