LostTech.TensorFlow : API Documentation

Type uniform

Namespace tensorflow.keras.initializers

Parent random_uniform_initializer

Interfaces Iuniform

Initializer that generates tensors with a uniform distribution.

Properties

Public properties

DType dtype get; set;

object maxval get; set;

double minval get; set;

object PythonObject get;

Nullable<int> seed get; set;