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.cc54 uint32 InitialRandomSeed() { in InitialRandomSeed() function
73 static std::atomic<uint32> counter(InitialRandomSeed()); in GetXLARandomSeed()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dtf2xla_util.cc531 uint32 InitialRandomSeed() { in InitialRandomSeed() function
551 static std::atomic<uint32> counter(InitialRandomSeed()); in GetXLARandomSeed()