MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / RandomUniform

Function RandomUniform

tensorflow/core/graph/testlib.cc:193–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191}
192
193Node* RandomUniform(Graph* g, Node* input, DataType dtype) {
194 return RandomNumberGenerator("RandomUniform", g, input, dtype);
195}
196
197Node* RandomGaussian(Graph* g, Node* input, DataType dtype) {
198 return RandomNumberGenerator("RandomStandardNormal", g, input, dtype);

Callers 15

TESTFunction · 0.50
SimpleConv2DFunction · 0.50
CreateSimpleMaxPoolGradFunction · 0.50
CreateSimpleBiasAddGradFunction · 0.50
CreateSimpleAddNFunction · 0.50
CreateSimpleIdentityNFunction · 0.50
TEST_FFunction · 0.50
TEST_FFunction · 0.50

Calls 1

RandomNumberGeneratorFunction · 0.85

Tested by

no test coverage detected