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

Function RandomGaussian

tensorflow/core/graph/testlib.cc:197–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195}
196
197Node* RandomGaussian(Graph* g, Node* input, DataType dtype) {
198 return RandomNumberGenerator("RandomStandardNormal", g, input, dtype);
199}
200
201Node* TruncatedNormal(Graph* g, Node* input, DataType dtype) {
202 return RandomNumberGenerator("TruncatedNormal", g, input, dtype);

Callers 1

RandomNormalFunction · 0.85

Calls 1

RandomNumberGeneratorFunction · 0.85

Tested by

no test coverage detected