Skip to content

Commit c7c6b49

Browse files
authored
Remove out of date comment about cache encryption (#32539)
Followup to #32310
1 parent 3d09e79 commit c7c6b49

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/inference/include/openvino/runtime/properties.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -845,8 +845,6 @@ static constexpr Property<bool, PropertyMutability::RW> enable_weightless{"ENABL
845845
* when loading from the cache. This property is set in core.compile_model only.
846846
* - First value of the struct is encryption function.
847847
* - Second value of the struct is decryption function.
848-
* @note GPU Plugin: encrypts whole blob, not only model structure. Only used when ov::cache_mode property is set to
849-
* "OPTIMIZE_SIZE".
850848
* @ingroup ov_runtime_cpp_prop_api
851849
*/
852850
static constexpr Property<EncryptionCallbacks, PropertyMutability::WO> cache_encryption_callbacks{

0 commit comments

Comments
 (0)