Rename fastdeploy_runtime.h to runtime.h and Frontend to ModelFormat (#263)

rename frontend to model_format
This commit is contained in:
Jason
2022-09-22 13:24:05 +08:00
committed by GitHub
parent 9bebdaa915
commit e227c5625e
126 changed files with 400 additions and 380 deletions

View File

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