Add decrypt function to load encrypted model

This commit is contained in:
felixhjh
2023-02-09 14:04:10 +00:00
parent 05be955187
commit 942cee83d7
5 changed files with 45 additions and 1 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
*