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

Public Member Functions

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

Static Public Attributes

 layer = ...
 

Detailed Description

Parameters of the neural network weights and biases initializer

Constructor & Destructor Documentation

def __init__ (   self,
  args 
)

__init__(daal.algorithms.neural_networks.initializers.Parameter self, daal.algorithms.neural_networks.layers.forward.LayerIfacePtr layerForParameter) -> Parameter

Member Data Documentation

layer = ...
static

Pointer to the layer whose weights and biases are initialized by the initializer


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

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