rand_uniform: Random Uniform Distribution

Description Usage Arguments

Description

Random Uniform Distribution

Usage

1
2
rand_uniform(shape, dtype = default_override_or(np$float32), low = 0,
  high = 1, seed = AUTO_SELECT_SEED, name = "")

Arguments

shape

- list of ints representing tensor shape

dtype

- data type to be used ("float32", "float64", or "auto")

low

- bottom of distribution range

high

- top of distribution range

seed

- pseudo random number generator seed

name

- name of the Function instance in the network


Microsoft/CNTK-R documentation built on May 28, 2019, 1:52 p.m.