Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xrt/kernels/
Dxrt_execute_op.cc44 uint32 InitialRandomSeed() { in InitialRandomSeed() function
63 static std::atomic<uint32> counter(InitialRandomSeed()); in GetXLARandomSeed()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dtf2xla_util.cc538 uint32 InitialRandomSeed() { in InitialRandomSeed() function
558 static std::atomic<uint32> counter(InitialRandomSeed()); in GetXLARandomSeed()