We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9713156 + 5de6f68 commit 00f8b97Copy full SHA for 00f8b97
tensorflow/core/platform/default/mutex.h
@@ -31,6 +31,8 @@ namespace tensorflow {
31
32
enum LinkerInitialized { LINKER_INITIALIZED };
33
34
+class condition_variable;
35
+
36
// Mimic std::mutex + C++17's shared_mutex, adding a LinkerInitialized
37
// constructor interface. This type is as fast as mutex, but is also a shared
38
// lock.
0 commit comments