HomeSort by relevance Sort by last modified time
    Searched refs:service_mutex_ (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/client/
client_library.h 122 tensorflow::mutex service_mutex_; // Guards the singleton creation state. member in class:xla::ClientLibrary
125 local_instances_ GUARDED_BY(service_mutex_);
129 compile_only_instances_ GUARDED_BY(service_mutex_);
client_library.cc 83 tensorflow::mutex_lock lock(client_library.service_mutex_);
120 tensorflow::mutex_lock lock(client_library.service_mutex_);
130 tensorflow::mutex_lock lock(client_library.service_mutex_);
154 tensorflow::mutex_lock lock(client_library.service_mutex_);

Completed in 726 milliseconds