Data Fields
InferenceEngine::TensorIterator::PortMap Struct Reference

Data Fields

int  from
 
int  to
 
int  axis
 
int  stride
 
int  start
 
int  end
 
int  part_size
 

Field Documentation

§ axis

int InferenceEngine::TensorIterator::PortMap::axis

Axis to iterate throught

§ end

int InferenceEngine::TensorIterator::PortMap::end

Last index of iteration range

§ from

int InferenceEngine::TensorIterator::PortMap::from

Index of exteral data from ins/outs fields of CNNLayer

§ part_size

int InferenceEngine::TensorIterator::PortMap::part_size

Part size which will be transfered to body subnetwork

§ start

int InferenceEngine::TensorIterator::PortMap::start

Start index of iteration range

§ stride

int InferenceEngine::TensorIterator::PortMap::stride

Stride to iterate throught

§ to

int InferenceEngine::TensorIterator::PortMap::to

Index of internal data in iterator body


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