Public Member Functions | Data Fields
ngraph::pass::UnrollTensorIterator Class Reference

Unrolls the body of the TensorIterator layer. Multiple body copies, the number of which is determined by the number of iterations of the TensorIterator layer, are created and connected to each other and to the external network. If the number of TensorIterator iterations is greater than 1, then additional Concat and Split layers are added to the network. More...

#include <unroll_tensor_iterator.hpp>

Inheritance diagram for ngraph::pass::UnrollTensorIterator:

Public Member Functions

bool run_on_function (std::shared_ptr< Function >) override
 

Data Fields

 NGRAPH_RTTI_DECLARATION
 

Detailed Description

Unrolls the body of the TensorIterator layer. Multiple body copies, the number of which is determined by the number of iterations of the TensorIterator layer, are created and connected to each other and to the external network. If the number of TensorIterator iterations is greater than 1, then additional Concat and Split layers are added to the network.


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