Searched refs:random_uniform_variable (Results 1 – 2 of 2) sorted by relevance
324 x = backend.random_uniform_variable((30, 20), low=1, high=2, seed=0)
1739 def random_uniform_variable(shape, low, high, dtype=None, name=None, seed=None): function