chainer.initializers.One¶
-
class
chainer.initializers.
One
(dtype=None)[source]¶ Initializes array to all-one.
- Variables
dtype – Data type specifier.
Methods
-
__call__
(array)[source]¶ Initializes given array.
This method destructively changes the value of array. The derived class is required to implement this method. The algorithms used to make the new values depend on the concrete derived classes.
- Parameters
array (numpy.ndarray or cupy.ndarray) – An array to be initialized by this initializer.
Attributes
-
fill_value
= 1.0¶