C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Parameters for the prelu layer. More...
Parameter | ( | const size_t | _dataDimension = 0 , |
const size_t | _weightsDimension = 1 |
||
) |
Constructs parameters of the prelu layer
[in] | _dataDimension | Starting data dimension index to apply weight |
[in] | _weightsDimension | Number of weight dimensions |
|
virtual |
Checks the correctness of the parameter
size_t dataDimension |
Starting data dimension index to apply weight
size_t weightsDimension |
Number of weight dimensions
For more complete information about compiler optimizations, see our Optimization Notice.