Class ov::descriptor::Tensor#

class Tensor#

Compile-time descriptor of a first-class value that is a tensor.

Public Functions

void set_lower_value(const ov::Tensor &value)#

sets lower bound value description

void set_upper_value(const ov::Tensor &value)#

sets upper bound value description

void set_value_symbol(const TensorSymbol &value_symbol)#

sets value symbol description

void invalidate_values()#

unsets bound value descriptions

inline const ov::Tensor &get_lower_value() const#

gets lower bound value description

inline const ov::Tensor &get_upper_value() const#

gets upper bound value description

inline TensorSymbol get_value_symbol() const#

gets symbol value description

inline bool has_and_set_bound() const#

checks if lower and upper bound are set and point to the same Tensor