Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 3

List of all members

Class that specifies parameters of the prelu layer. More...

Class Constructor

Constructs the parameter of the prelu layer

Parameters
contextContext to manage the parameter of the prelu layer

Detailed Description

Member Function Documentation

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

Parameters
dataDimensionStarting data dimension index to apply weight
void setWeightsDimension ( long  weightsDimension)

Sets the number of weights dimension

Parameters
weightsDimensionThe number of weights dimension

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

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