mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-30 11:26:39 +08:00
Add decrypt function to load encrypted model
This commit is contained in:
@@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user