LostTech.TensorFlow : API Documentation

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

Public properties

DType dtype get; set;

Nullable<double> mean get; set;

object PythonObject get;

Nullable<int> seed get; set;

double stddev get; set;