Public Types | |
| using | RTMap = std::map< std::string, std::shared_ptr< Variant > > |
Public Member Functions | |
| Output (const Node *node, size_t index) | |
| Constructs a Output. More... | |
| Output (const std::shared_ptr< const Node > &node, size_t index) | |
| Constructs a Output. More... | |
| template<typename T > | |
| Output (const std::shared_ptr< T > &node) | |
| Constructs a Output, referencing the zeroth output of the node. More... | |
| Output ()=default | |
| A null output. | |
| void | reset () |
| Output< const Node > | for_node (const std::shared_ptr< const Node > &node) |
| This output position for a different node. | |
| const Node * | get_node () const |
| std::shared_ptr< const Node > | get_node_shared_ptr () const |
| size_t | get_index () const |
| descriptor::Tensor & | get_tensor () const |
| std::shared_ptr< descriptor::Tensor > | get_tensor_ptr () const |
| const element::Type & | get_element_type () const |
| const Shape & | get_shape () const |
| const PartialShape & | get_partial_shape () const |
| const RTMap & | get_rt_info () const |
| std::set< Input< Node > > | get_target_inputs () const |
| bool | operator== (const Output &other) const |
| bool | operator!= (const Output &other) const |
| bool | operator< (const Output &other) const |
| bool | operator> (const Output &other) const |
| bool | operator<= (const Output &other) const |
| bool | operator>= (const Output &other) const |
| ngraph::Output< const Node >::Output | ( | const Node * | node, |
| size_t | index | ||
| ) |
Constructs a Output.
| node | A pointer to the node for the output handle. |
| index | The index of the output. |
| ngraph::Output< const Node >::Output | ( | const std::shared_ptr< const Node > & | node, |
| size_t | index | ||
| ) |
Constructs a Output.
| node | A shared_ptr to the node for the output handle. |
| index | The index of the output. |
TODO: Make a plan to deprecate this.
|
inline |
Constructs a Output, referencing the zeroth output of the node.
| node | A shared_ptr to the node for the output handle. |
| const element::Type& ngraph::Output< const Node >::get_element_type | ( | ) | const |
| size_t ngraph::Output< const Node >::get_index | ( | ) | const |
| const Node* ngraph::Output< const Node >::get_node | ( | ) | const |
| std::shared_ptr<const Node> ngraph::Output< const Node >::get_node_shared_ptr | ( | ) | const |
shared_ptr to the node referred to by this output handle.TODO: Make a plan to deprecate this.
| const PartialShape& ngraph::Output< const Node >::get_partial_shape | ( | ) | const |
| const RTMap& ngraph::Output< const Node >::get_rt_info | ( | ) | const |
| const Shape& ngraph::Output< const Node >::get_shape | ( | ) | const |
| std::set<Input<Node> > ngraph::Output< const Node >::get_target_inputs | ( | ) | const |
| descriptor::Tensor& ngraph::Output< const Node >::get_tensor | ( | ) | const |
| std::shared_ptr<descriptor::Tensor> ngraph::Output< const Node >::get_tensor_ptr | ( | ) | const |