LostTech.TensorFlow : API Documentation

Type random_uniform_initializer

Namespace tensorflow

Parent Initializer

Interfaces Irandom_uniform_initializer

Initializer that generates tensors with a uniform distribution.

Methods

Properties

Public static methods

random_uniform_initializer NewDyn(ImplicitContainer<T> minval, object maxval, 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;

object maxval get; set;

double minval get; set;

object PythonObject get;

Nullable<int> seed get; set;