Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DMultinomialTest.cpp39 constexpr int kFixedRandomSeed1 = 37; variable
70 tensorflow::random::PhiloxRandom rng(kFixedRandomSeed1); in Invoke()
83 std::vector<uint32_t> seeds{kFixedRandomSeed1, kFixedRandomSeed2}; in Invoke()