Public Member Functions
ngraph::onnx_import::Node Class Reference

Public Member Functions

 Node (const ONNX_NAMESPACE::NodeProto &node_proto, const Graph &graph)
 
 Node (Node &&) noexcept
 
 Node (const Node &)
 
Nodeoperator= (Node &&) noexcept=delete
 
Nodeoperator= (const Node &)=delete
 
OutputVector get_ng_inputs () const
 
OutputVector get_ng_nodes () const
 
const std::string & domain () const
 
const std::string & op_type () const
 
const std::string & get_name () const
 
const std::string & get_description () const
 Describe the ONNX Node to make debugging graphs easier Function will return the Node's name if it has one, or the names of its outputs. More...
 
const std::vector< std::reference_wrapper< const std::string > > & get_output_names () const
 
const std::string & output (int index) const
 
std::size_t get_outputs_size () const
 
bool has_attribute (const std::string &name) const
 
template<typename T >
get_attribute_value (const std::string &name, T default_value) const
 
template<typename T >
get_attribute_value (const std::string &name) const
 

Member Function Documentation

◆ get_description()

const std::string& ngraph::onnx_import::Node::get_description ( ) const

Describe the ONNX Node to make debugging graphs easier Function will return the Node's name if it has one, or the names of its outputs.

Returns
Description of Node

The documentation for this class was generated from the following file: