Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5
Class that specifies parameters of the prelu layer. More...
| PreluParameter | ( | DaalContext | context | ) |
Constructs the parameter of the prelu layer
| context | Context to manage the parameter of the prelu layer |
| long getDataDimension | ( | ) |
Gets the index of the dimension for which the weights are applied
| long getWeightsDimension | ( | ) |
Gets the number of weights dimension
| void setDataDimension | ( | long | dataDimension | ) |
Sets the index of the dimension for which the weights are applied
| dataDimension | Starting data dimension index to apply weight |
| void setWeightsDimension | ( | long | weightsDimension | ) |
Sets the number of weights dimension
| weightsDimension | The number of weights dimension |
For more complete information about compiler optimizations, see our Optimization Notice.