Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dstateful_random_ops_gpu.cu.cc40 *philox = GetPhiloxRandomFromMem(state_data); in FillKernel()
Dstateful_random_ops_cpu_gpu.h44 GetPhiloxRandomFromMem(StateElementType const* ptr) { in GetPhiloxRandomFromMem() function
Dstateful_random_ops.cc34 auto philox = GetPhiloxRandomFromMem(state_data + alg_tag_skip); in operator ()()