LostTech.TensorFlow : API Documentation

Type IGenerator

Namespace tensorflow.random.experimental

Interfaces IAutoTrackable

Public instance methods

object binomial(object shape, object counts, object probs, object dtype, object name)

object make_seeds(object count)

object normal(object shape, object mean, object stddev, object dtype, object name)

object reset_from_key_counter(object key, object counter)

object reset_from_seed(object seed)

object split(object count)

object truncated_normal(object shape, object mean, object stddev, object dtype, object name)

object uniform(object shape, object minval, object maxval, object dtype, object name)

object uniform_full_int(object shape, object dtype, object name)

Public properties

object algorithm get;

object key get;

object state get;