MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / GetMutex

Function GetMutex

tensorflow/core/profiler/internal/profiler_interface.cc:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23 return factories;
24}
25absl::Mutex* GetMutex() {
26 static auto mutex = new absl::Mutex;
27 return mutex;
28}
29} // namespace
30
31void RegisterProfilerFactory(ProfilerFactory factory) {

Callers 8

RegisterProfilerFactoryFunction · 0.85
CreateProfilersFunction · 0.85
QuantizedGemmFunction · 0.85
RequantizeFunction · 0.85
DequantizeFunction · 0.85
QuantizeFunction · 0.85
QuantizedBiasAddFunction · 0.85
ClampFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected