C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1

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 ( )
inline
Deprecated:
This item will be removed in a future release.
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
Deprecated:
This item will be removed in a future release.
DAAL_DEPRECATED NextLayers ( const size_t  index1)
inline
Parameters
[in]index1First index of the next layer
Deprecated:
This item will be removed in a future release.
DAAL_DEPRECATED 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
Deprecated:
This item will be removed in a future release.
DAAL_DEPRECATED 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
Deprecated:
This item will be removed in a future release.
DAAL_DEPRECATED 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
Deprecated:
This item will be removed in a future release.
DAAL_DEPRECATED 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
Deprecated:
This item will be removed in a future release.
DAAL_DEPRECATED 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
Deprecated:
This item will be removed in a future release.

Member Function Documentation

void add ( size_t  index)
inline

Adds an element to the end of the collection

Parameters
[in]indexElement to add
Deprecated:
This item will be removed in a future release.
DAAL_DEPRECATED size_t& operator[] ( size_t  index)
inline

Element access

Parameters
[in]indexIndex of an accessed element
Returns
Reference to the element
Deprecated:
This item will be removed in a future release.
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
Deprecated:
This item will be removed in a future release.
void push_back ( size_t  index)
inline

Adds an element to the end of the collection

Parameters
[in]indexElement to add
Deprecated:
This item will be removed in a future release.
size_t size ( ) const
inline

Size of the list of indices

Returns
Size of the list of indices
Deprecated:
This item will be removed in a future release.

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

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