Public Member Functions | Static Public Attributes
ngraph::op::util::SubGraphOp::InvariantInputDescription Class Reference

Describes a body input initialized from a SubGraphOp input on the first iteration, and invariant thereafter. More...

#include <sub_graph_base.hpp>

Inheritance diagram for ngraph::op::util::SubGraphOp::InvariantInputDescription:
Inheritance graph
[legend]
Collaboration diagram for ngraph::op::util::SubGraphOp::InvariantInputDescription:
Collaboration graph
[legend]

Public Member Functions

const type_info_tget_type_info () const override
 
 InvariantInputDescription (uint64_t input_index, uint64_t body_parameter_index)
 Constructs a new instance. More...
 
std::shared_ptr< InputDescriptioncopy () 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...
 

Detailed Description

Describes a body input initialized from a SubGraphOp input on the first iteration, and invariant thereafter.

Constructor & Destructor Documentation

◆ InvariantInputDescription()

ngraph::op::util::SubGraphOp::InvariantInputDescription::InvariantInputDescription ( uint64_t  input_index,
uint64_t  body_parameter_index 
)

Constructs a new instance.

Parameters
input_indexPosition of the SubGraphOp input
body_parameter_indexBody parameter to receive input

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