Public Types | Public Member Functions | Data Fields | Protected Member Functions
ngraph::op::v0::TensorIterator::InputDescription Class Referenceabstract

Describes a connection between a TensorIterator input and the body. More...

#include <tensor_iterator.hpp>

Inheritance diagram for ngraph::op::v0::TensorIterator::InputDescription:
Inheritance graph
[legend]

Public Types

using type_info_t = DiscreteTypeInfo
 

Public Member Functions

virtual std::shared_ptr< InputDescriptioncopy () const =0
 
virtual const type_info_t & get_type_info () const =0
 
virtual bool visit_attributes (AttributeVisitor &visitor)
 

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...
 

Detailed Description

Describes a connection between a TensorIterator input and the body.

Constructor & Destructor Documentation

◆ InputDescription()

ngraph::op::v0::TensorIterator::InputDescription::InputDescription ( uint64_t  input_index,
uint64_t  body_parameter_index 
)
protected

Constructs a new instance.

Parameters
input_indexPosition of the TensorIterator input
body_parameter_indexBody parameter to receive input

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