Type random_normal_initializer
Namespace tensorflow
Parent Initializer
Interfaces Irandom_normal_initializer
Initializer that generates tensors with a normal distribution.
Methods
Properties
Public static methods
random_normal_initializer NewDyn(ImplicitContainer<T> mean, ImplicitContainer<T> stddev, object seed, ImplicitContainer<T> dtype)
DEPRECATED FUNCTION ARGUMENTS Warning: SOME ARGUMENTS ARE DEPRECATED: `(dtype)`. They will be removed in a future version.
Instructions for updating:
Call initializer instance with the dtype argument instead of passing it to the constructor