A handle for one of a node's inputs. More...
#include <node_input.hpp>
Public Types | |
| using | RTMap = std::map< std::string, std::shared_ptr< Variant > > |
Public Member Functions | |
| Input (const Node *node, size_t index) | |
| Constructs a Input. More... | |
| const Node * | get_node () const |
| size_t | get_index () const |
| const element::Type & | get_element_type () const |
| const Shape & | get_shape () const |
| const PartialShape & | get_partial_shape () const |
| Output< Node > | get_source_output () const |
| descriptor::Tensor & | get_tensor () const |
| std::shared_ptr< descriptor::Tensor > | get_tensor_ptr () const |
| bool | get_is_relevant_to_shapes () const |
| bool | get_is_relevant_to_values () const |
| const RTMap & | get_rt_info () const |
| bool | operator== (const Input &other) const |
| bool | operator!= (const Input &other) const |
| bool | operator< (const Input &other) const |
| bool | operator> (const Input &other) const |
| bool | operator<= (const Input &other) const |
| bool | operator>= (const Input &other) const |
A handle for one of a node's inputs.
| ngraph::Input< const Node >::Input | ( | const Node * | node, |
| size_t | index | ||
| ) |
Constructs a Input.
| node | Pointer to the node for the input handle. |
| index | The index of the input. |
| const element::Type& ngraph::Input< const Node >::get_element_type | ( | ) | const |
| size_t ngraph::Input< const Node >::get_index | ( | ) | const |
| bool ngraph::Input< const Node >::get_is_relevant_to_shapes | ( | ) | const |
| bool ngraph::Input< const Node >::get_is_relevant_to_values | ( | ) | const |
| const Node* ngraph::Input< const Node >::get_node | ( | ) | const |
| const PartialShape& ngraph::Input< const Node >::get_partial_shape | ( | ) | const |
| const RTMap& ngraph::Input< const Node >::get_rt_info | ( | ) | const |
| const Shape& ngraph::Input< const Node >::get_shape | ( | ) | const |
| Output<Node> ngraph::Input< const Node >::get_source_output | ( | ) | const |
| descriptor::Tensor& ngraph::Input< const Node >::get_tensor | ( | ) | const |
| std::shared_ptr<descriptor::Tensor> ngraph::Input< const Node >::get_tensor_ptr | ( | ) | const |