Class SharedAttribute

template<class T>
class SharedAttribute : public ov::RuntimeAttribute
class SharedValueAttribute : public std::enable_shared_from_this<SharedValueAttribute>

SharedValueAttribute type for shared value attributes. The attribute is used for attribute SharedValue value backward propagation.

struct SharedValue : public std::enable_shared_from_this<SharedValue>