Python* API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1

Public Member Functions | Static Public Attributes | List of all members
Parameter Class Reference

Parameters for the local response normalization layer. More...

Public Member Functions

def __init__
 
def check
 
- Public Member Functions inherited from Parameter
def __init__
 
- Public Member Functions inherited from Parameter
def __init__
 
def check
 

Static Public Attributes

 dimension = ...
 
 kappa = ...
 
 alpha = ...
 
 beta = ...
 
 nAdjust = ...
 
- Static Public Attributes inherited from Parameter
 weightsInitializer = ...
 
 biasesInitializer = ...
 
 predictionStage = ...
 
 propagateGradient = ...
 
 weightsAndBiasesInitialized = ...
 
 allowInplaceComputation = ...
 

Detailed Description

Constructor & Destructor Documentation

def __init__ (   self,
  args 
)

Constructs parameters of the local response normalization layer

Parameters
dimension_Numeric table of size 1 x 1 with index of type size_t to calculate local response normalization.
kappa_Value of hyper-parameter kappa
alpha_Value of hyper-parameter alpha
beta_Value of hyper-parameter beta
nAdjust_Value of hyper-parameter n
Deprecated:
This item will be removed in a future release.

Member Function Documentation

def check (   self)

Checks the correctness of the parameter

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

Member Data Documentation

alpha = ...
static

Value of hyper-parameter alpha

beta = ...
static

Value of hyper-parameter beta

dimension = ...
static

Numeric table of size 1 x 1 with index of type size_t

kappa = ...
static

Value of hyper-parameter kappa

nAdjust = ...
static

Value of hyper-parameter n


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

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