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

truncated gaussian initializer parameters 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

 mean = ...
 
 sigma = ...
 
 a = ...
 
 b = ...
 
 seed = ...
 
- Static Public Attributes inherited from Parameter
 layer = ...
 

Detailed Description

Aliases
  • Parameter_Float64 is an alias of Parameter(fptype=float64)
  • Parameter_Float32 is an alias of Parameter(fptype=float32)

Constructor & Destructor Documentation

def __init__ (   self,
  args 
)

Main constructor

Parameters
_meanMean
_sigmaStandard deviation
_seedSeed for generating random numbers for the initialization
Deprecated:
This item will be removed in a future release.

Member Function Documentation

def check (   self)

check(Parameter self) -> Status

Member Data Documentation

a = ...
static

Left bound of truncation range

b = ...
static

Right bound of truncation range

mean = ...
static

The distribution mean

seed = ...
static

Seed for generating random numbers

sigma = ...
static

The standard deviation of the distribution


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

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