Class ov::IContextStore#
-
class IContextStore#
Interface to store and get shared context.
Subclassed by ov::runtime::SingleFileStorage
Public Functions
-
virtual void write_context(const ov::weight_sharing::Context&) = 0#
Writes context to the storage.
- Parameters:
context – The context to be stored
-
virtual void write_context(const ov::weight_sharing::Context&) = 0#