Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
25
absl::Mutex* GetMutex() {
26
static auto mutex = new absl::Mutex;
27
return mutex;
28
}
29
} // namespace
30
31
void RegisterProfilerFactory(ProfilerFactory factory) {
Callers
8
RegisterProfilerFactory
Function · 0.85
CreateProfilers
Function · 0.85
QuantizedGemm
Function · 0.85
Requantize
Function · 0.85
Dequantize
Function · 0.85
Quantize
Function · 0.85
QuantizedBiasAdd
Function · 0.85
Clamp
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected