Class ov::descriptor::Tensor¶
-
class Tensor¶
Compile-time descriptor of a first-class value that is a tensor.
Public Functions
-
void set_value_label(const TensorLabel &value_label)¶
sets value label description
-
void invalidate_values()¶
unsets bound value descriptions
-
inline TensorLabel get_value_label() const¶
gets upper bound value description
-
inline bool has_and_set_bound() const¶
checks if lower and upper bound are set and point to the same HostTensor
-
void set_value_label(const TensorLabel &value_label)¶