![]() |
ONNX-LRE
C++ API documentation
|
Encryption parameters for protected model access. More...
#include <onnx_lre.hpp>
Public Attributes | |
| std::string | password = {} |
| Decryption password for the model file. More... | |
| std::string | key_path = {} |
| Path to the encryption key file on disk. More... | |
Encryption parameters for protected model access.
Contains credentials needed to decrypt protected ONNX models before loading. Both fields must be properly configured for encrypted model files.
Example usage:
| std::string OnnxLre::Cryption::password = {} |
Decryption password for the model file.
| std::string OnnxLre::Cryption::key_path = {} |
Path to the encryption key file on disk.