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

Uniform initializer parameters. More...

Public Member Functions

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

Static Public Attributes

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

Detailed Description

Constructor & Destructor Documentation

def __init__ (   self,
  args 
)

Main constructor

Parameters
_aLeft bound a
_bRight bound b
_seedSeed for generating random numbers for the initialization
Deprecated:
This item will be removed in a future release.

Member Data Documentation

a = ...
static

Left bound a

b = ...
static

Right bound b

seed = ...
static

Seed for generating random numbers

Deprecated:
This item will be removed in a future release.

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

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