Merge branch 'develop' into set_stream_infer-shareExData

This commit is contained in:
Wang Bojun
2023-02-14 14:23:33 +08:00
committed by GitHub
14 changed files with 385 additions and 253 deletions

View File

@@ -23,6 +23,9 @@
#include "fastdeploy/core/fd_tensor.h"
#include "fastdeploy/runtime/runtime_option.h"
#include "fastdeploy/utils/perf.h"
#ifdef ENABLE_ENCRYPTION
#include "fastdeploy/encryption/include/decrypt.h"
#endif
/** \brief All C++ FastDeploy APIs are defined inside this namespace
*