Searched defs:RandomUniform (Results 1 – 10 of 10) sorted by relevance
40 Graph* RandomUniform(int64_t n) { in RandomUniform() function
62 class RandomUniform(init_ops.RandomUniform): class
242 class RandomUniform(Initializer): class
95 FunctionDef RandomUniform() { in RandomUniform() function
298 class RandomUniform(Initializer): class
398 class RandomUniform(Initializer): class
277 TF_Operation* RandomUniform(TF_Operation* shape, TF_DataType dtype, in RandomUniform() function
193 Node* RandomUniform(Graph* g, Node* input, DataType dtype) { in RandomUniform() function
3725 TEST_F(OpTest, RandomUniform) { in TEST_F() argument
35294 func RandomUniform(scope *Scope, shape tf.Output, dtype tf.DataType, optional ...RandomUniformAttr)… func