C++ API Reference for Intel® Data Analytics Acceleration Library 2018 Update 2

List of all members
NextLayers Class Reference

Contains list of layer indices of layers following the current layer. More...

Class Declaration

Constructor & Destructor Documentation

◆ NextLayers() [1/7]

NextLayers ( const NextLayers other)
inline
Parameters
[in]otherList of layer indices to use as the source to initialize the list of layer indices of layers following the current layer

◆ NextLayers() [2/7]

NextLayers ( const size_t  index1)
inline
Parameters
[in]index1First index of the next layer

◆ NextLayers() [3/7]

NextLayers ( const size_t  index1,
const size_t  index2 
)
inline
Parameters
[in]index1First index of the next layer
[in]index2Second index of the next layer

◆ NextLayers() [4/7]

NextLayers ( const size_t  index1,
const size_t  index2,
const size_t  index3 
)
inline
Parameters
[in]index1First index of the next layer
[in]index2Second index of the next layer
[in]index3Third index of the next layer

◆ NextLayers() [5/7]

NextLayers ( const size_t  index1,
const size_t  index2,
const size_t  index3,
const size_t  index4 
)
inline
Parameters
[in]index1First index of the next layer
[in]index2Second index of the next layer
[in]index3Third index of the next layer
[in]index4Fourth index of the next layer

◆ NextLayers() [6/7]

NextLayers ( const size_t  index1,
const size_t  index2,
const size_t  index3,
const size_t  index4,
const size_t  index5 
)
inline
Parameters
[in]index1First index of the next layer
[in]index2Second index of the next layer
[in]index3Third index of the next layer
[in]index4Fourth index of the next layer
[in]index5Fifth index of the next layer

◆ NextLayers() [7/7]

NextLayers ( const size_t  index1,
const size_t  index2,
const size_t  index3,
const size_t  index4,
const size_t  index5,
const size_t  index6 
)
inline
Parameters
[in]index1First index of the next layer
[in]index2Second index of the next layer
[in]index3Third index of the next layer
[in]index4Fourth index of the next layer
[in]index5Fifth index of the next layer
[in]index6Sixth index of the next layer

Member Function Documentation

◆ add()

void add ( size_t  index)
inline

Adds an element to the end of the collection

Parameters
[in]indexElement to add

◆ operator[]() [1/2]

size_t& operator[] ( size_t  index)
inline

Element access

Parameters
[in]indexIndex of an accessed element
Returns
Reference to the element

◆ operator[]() [2/2]

const size_t& operator[] ( size_t  index) const
inline

Const element access

Parameters
[in]indexIndex of the element to return
Returns
Const reference to the element

◆ push_back()

void push_back ( size_t  index)
inline

Adds an element to the end of the collection

Parameters
[in]indexElement to add

◆ size()

size_t size ( ) const
inline

Size of the list of indices

Returns
Size of the list of indices

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

For more complete information about compiler optimizations, see our Optimization Notice.