LostTech.TensorFlow : API Documentation

Type normal

Namespace tensorflow.keras.initializers

Parent random_normal_initializer

Interfaces Inormal

Initializer that generates tensors with a normal distribution.

Properties

Public properties

DType dtype get; set;

Nullable<double> mean get; set;

object PythonObject get;

Nullable<int> seed get; set;

double stddev get; set;