Class ov::descriptor::Output#

class Output#

Public Functions

Output(Node *node, size_t index, const std::shared_ptr<Tensor> &tensor)#
Parameters:
  • nodeNode that owns this output.

  • index – Position of the output tensor in all output tensors

  • tensor – The tensor where the value will be written

const Shape &get_shape() const#
Returns:

the shape of the output

const PartialShape &get_partial_shape() const#
Returns:

the partial shape of the output

const element::Type &get_element_type() const#
Returns:

the element type of the output