Searched refs:random_uniform_variable (Results 1 – 4 of 4) sorted by relevance
392 name: "random_uniform_variable"
396 name: "random_uniform_variable"
327 x = backend.random_uniform_variable((30, 20), low=1, high=2, seed=0)
1741 def random_uniform_variable(shape, low, high, dtype=None, name=None, seed=None): function