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

Function TruncatedNormal

tensorflow/core/kernels/random_op_test.cc:54–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54Graph* TruncatedNormal(int64 n) {
55 Graph* g = new Graph(OpRegistry::Global());
56 test::graph::TruncatedNormal(g, test::graph::Constant(g, VecShape(n)),
57 DT_FLOAT);
58 return g;
59}
60
61#define BM_RNG(DEVICE, RNG) \
62 void BM_##DEVICE##_##RNG(int iters, int arg) { \

Callers

nothing calls this directly

Calls 2

ConstantFunction · 0.70
VecShapeFunction · 0.70

Tested by

no test coverage detected