Public Member Functions | Data Fields
ngraph::op::v5::Loop::SpecialBodyPorts Struct Reference

Allows to define the purpose of inputs/outputs in the body. More...

#include <loop.hpp>

Public Member Functions

 SpecialBodyPorts (int64_t in_current_iteration_input_idx, int64_t in_body_condition_output_idx)
 

Data Fields

int64_t current_iteration_input_idx = -1
 
int64_t body_condition_output_idx = -1
 

Detailed Description

Allows to define the purpose of inputs/outputs in the body.


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