struct InferenceEngine::TensorIterator::PortMap¶
Overview¶
Detailed Documentation¶
Fields¶
int from
Index of exteral data from ins/outs fields of CNNLayer
int to
Index of internal data in iterator body
int axis
Axis to iterate throught
int stride
Stride to iterate throught
int start
Start index of iteration range
int end
Last index of iteration range
int part_size
Part size which will be transfered to body subnetwork