Skip to content

Commit

Permalink
Update src/inference/include/openvino/runtime/properties.hpp
Browse files Browse the repository at this point in the history
Co-authored-by: Ilya Lavrenov <[email protected]>
  • Loading branch information
tkrupa-intel and ilya-lavrenov authored Dec 12, 2024
1 parent ea19102 commit aa15586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/inference/include/openvino/runtime/properties.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,7 @@ struct EncryptionCallbacks {
* when loading from the cache. This property is set in core.compile_model only.
* - First value of the struct is encryption function.
* - Second value of the struct is decryption function.
* @note GPU Plugin: encrypts whole blob, not only model structure. Only used when ov::CacheMode Property is set to
* @note GPU Plugin: encrypts whole blob, not only model structure. Only used when ov::cache_mode property is set to
* "OPTIMIZE_SIZE".
* @ingroup ov_runtime_cpp_prop_api
*/
Expand Down

0 comments on commit aa15586

Please sign in to comment.