Class ov::Symbol

class Symbol : public std::enable_shared_from_this<Symbol>

Class representing unique symbol for the purpose of symbolic shape inference. Equality of symbols is being tracked by Disjoint-set data structure.

Public Functions

Symbol() = default

Default constructs a unique symbol.