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

Function RandomUniform

tensorflow/core/kernels/random_op_test.cc:40–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40Graph* RandomUniform(int64 n) {
41 Graph* g = new Graph(OpRegistry::Global());
42 test::graph::RandomUniform(g, test::graph::Constant(g, VecShape(n)),
43 DT_FLOAT);
44 return g;
45}
46
47Graph* RandomNormal(int64 n) {
48 Graph* g = new Graph(OpRegistry::Global());

Callers

nothing calls this directly

Calls 2

ConstantFunction · 0.70
VecShapeFunction · 0.70

Tested by

no test coverage detected