Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_module.h301 mutable tensorflow::mutex rng_mutex_; variable
Dhlo_module.cc607 tensorflow::mutex_lock l(rng_mutex_); in RandomNew64()