|
HDK
|
#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 > |
Definition at line 172 of file graph_nodes.h.
|
inline |
Definition at line 174 of file graph_nodes.h.
|
inline |
Definition at line 177 of file graph_nodes.h.