Describes a connection between a SubGraphOp input and the body. More...
#include <sub_graph_base.hpp>

Public Types | |
| using | type_info_t = DiscreteTypeInfo |
Public Member Functions | |
| virtual std::shared_ptr< InputDescription > | copy () const =0 |
| virtual const type_info_t & | get_type_info () const =0 |
Data Fields | |
| uint64_t | m_input_index {0} |
| uint64_t | m_body_parameter_index {0} |
Protected Member Functions | |
| InputDescription (uint64_t input_index, uint64_t body_parameter_index) | |
| Constructs a new instance. More... | |
Describes a connection between a SubGraphOp input and the body.
|
protected |
Constructs a new instance.
| input_index | Position of the SubGraphOp input |
| body_parameter_index | Body parameter to receive input |