Describes a body input initialized from a SubGraphOp input on the first iteration, and invariant thereafter. More...
#include <sub_graph_base.hpp>


Public Member Functions | |
| const type_info_t & | get_type_info () const override |
| InvariantInputDescription (uint64_t input_index, uint64_t body_parameter_index) | |
| Constructs a new instance. More... | |
| std::shared_ptr< InputDescription > | copy () const override |
Static Public Attributes | |
| static constexpr type_info_t | type_info {"InvariantInputDescription", 0} |
Additional Inherited Members | |
Public Types inherited from ngraph::op::util::SubGraphOp::InputDescription | |
| using | type_info_t = DiscreteTypeInfo |
Data Fields inherited from ngraph::op::util::SubGraphOp::InputDescription | |
| uint64_t | m_input_index {0} |
| uint64_t | m_body_parameter_index {0} |
Protected Member Functions inherited from ngraph::op::util::SubGraphOp::InputDescription | |
| InputDescription (uint64_t input_index, uint64_t body_parameter_index) | |
| Constructs a new instance. More... | |
Describes a body input initialized from a SubGraphOp input on the first iteration, and invariant thereafter.
| ngraph::op::util::SubGraphOp::InvariantInputDescription::InvariantInputDescription | ( | uint64_t | input_index, |
| uint64_t | body_parameter_index | ||
| ) |
Constructs a new instance.
| input_index | Position of the SubGraphOp input |
| body_parameter_index | Body parameter to receive input |