Home
last modified time | relevance | path

Searched refs:InitRngWithRandomSeed (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/platform/
Drandom.cc26 std::mt19937_64* InitRngWithRandomSeed() { in InitRngWithRandomSeed() function
35 static std::mt19937_64* rng = InitRngWithRandomSeed(); in New64()