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

Function TruncatedNormal

tensorflow/core/graph/testlib.cc:201–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199}
200
201Node* TruncatedNormal(Graph* g, Node* input, DataType dtype) {
202 return RandomNumberGenerator("TruncatedNormal", g, input, dtype);
203}
204
205Node* RandomGamma(Graph* g, Node* shape, Node* alpha) {
206 Node* ret;

Callers

nothing calls this directly

Calls 1

RandomNumberGeneratorFunction · 0.85

Tested by

no test coverage detected