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

Function GetTestSeed

tensorflow/core/lib/random/philox_random_test_utils.h:29–29  ·  view source on GitHub ↗

Return a random seed.

Source from the content-addressed store, hash-verified

27
28// Return a random seed.
29inline uint64 GetTestSeed() { return New64(); }
30
31// A utility function to fill the given array with samples from the given
32// distribution.

Callers 5

UniformMomentsTestFunction · 0.85
NormalMomentsTestFunction · 0.85
TESTFunction · 0.85

Calls 1

New64Function · 0.85

Tested by

no test coverage detected