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

List of all members
Parameter Class Reference

Parameters for the prelu layer. More...

Class Declaration

class DAAL_EXPORT Parameter: public layers::Parameter
{
public:
Parameter(const size_t _dataDimension = 0, const size_t _weightsDimension = 1);
size_t dataDimension;
DAAL_DEPRECATED_VIRTUAL virtual services::Status check() const;
};
Deprecated:
This item will be removed in a future release.

Constructor & Destructor Documentation

Parameter ( const size_t  _dataDimension = 0,
const size_t  _weightsDimension = 1 
)

Constructs parameters of the prelu layer

Parameters
[in]_dataDimensionStarting data dimension index to apply weight
[in]_weightsDimensionNumber of weight dimensions
Deprecated:
This item will be removed in a future release.

Member Function Documentation

virtual DAAL_DEPRECATED_VIRTUAL services::Status check ( ) const
virtual

Checks the correctness of the parameter

Returns
Status of computations
Deprecated:
This item will be removed in a future release.

Member Data Documentation

size_t dataDimension

Starting data dimension index to apply weight

size_t weightsDimension

Number of weight dimensions


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

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