HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
onnxruntime::ConstGraphNodes Class Reference

#include <graph_nodes.h>

+ Inheritance diagram for onnxruntime::ConstGraphNodes:

Public Member Functions

 ConstGraphNodes (const std::vector< std::unique_ptr< Node >> &nodes)
 
 ConstGraphNodes (const std::vector< std::unique_ptr< Node >> &nodes, GraphNodes::NodeFilterFunc &&filter_func)
 
- Public Member Functions inherited from onnxruntime::ValidNodes< const std::vector< std::unique_ptr< Node > > >
 ValidNodes (const std::vector< std::unique_ptr< Node > > &nodes) noexcept
 
 ValidNodes (const std::vector< std::unique_ptr< Node > > &nodes, NodeFilterFunc &&filter_node_fn) noexcept
 
ConstNodeIterator cbegin () const noexcept
 
ConstNodeIterator cend () const noexcept
 
ConstNodeIterator begin () const noexcept
 
std::enable_if<!std::is_const
< T2 >::value,
MutableNodeIterator >::type 
begin () noexcept
 
ConstNodeIterator end () const noexcept
 
std::enable_if<!std::is_const
< T2 >::value,
MutableNodeIterator >::type 
end () noexcept
 
ConstReverseNodeIterator rbegin () const noexcept
 
ConstReverseNodeIterator rend () const noexcept
 
bool empty () const noexcept
 

Additional Inherited Members

- Public Types inherited from onnxruntime::ValidNodes< const std::vector< std::unique_ptr< Node > > >
using NodeFilterFunc = std::function< bool(NodeIndex)>
 
using ConstNodeIterator = NodeIterator< typename const std::vector< std::unique_ptr< Node > >::const_iterator >
 
using MutableNodeIterator = NodeIterator< typename const std::vector< std::unique_ptr< Node > >::iterator >
 
using ConstReverseNodeIterator = NodeIterator< typename const std::vector< std::unique_ptr< Node > >::const_reverse_iterator >
 

Detailed Description

Definition at line 171 of file graph_nodes.h.

Constructor & Destructor Documentation

onnxruntime::ConstGraphNodes::ConstGraphNodes ( const std::vector< std::unique_ptr< Node >> &  nodes)
inline

Definition at line 173 of file graph_nodes.h.

onnxruntime::ConstGraphNodes::ConstGraphNodes ( const std::vector< std::unique_ptr< Node >> &  nodes,
GraphNodes::NodeFilterFunc &&  filter_func 
)
inline

Definition at line 176 of file graph_nodes.h.


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