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

List of all members
PreluParameter Class Reference

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

Class Constructor

◆ PreluParameter()

Constructs the parameter of the prelu layer

Parameters
contextContext to manage the parameter of the prelu layer

Detailed Description

Member Function Documentation

◆ getDataDimension()

long getDataDimension ( )

Gets the index of the dimension for which the weights are applied

◆ getWeightsDimension()

long getWeightsDimension ( )

Gets the number of weights dimension

◆ setDataDimension()

void setDataDimension ( long  dataDimension)

Sets the index of the dimension for which the weights are applied

Parameters
dataDimensionStarting data dimension index to apply weight

◆ setWeightsDimension()

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.