Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ NominalCPUFrequency
Function
NominalCPUFrequency
tensorflow/core/platform/posix/port.cc:355–357 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
353
string Demangle(const char* mangled) { return mangled; }
354
355
double NominalCPUFrequency() {
356
return absl::base_internal::NominalCPUFrequency();
357
}
358
359
int64 AvailableRam() {
360
#if defined(__linux__) && !defined(__ANDROID__)
Callers
1
GetLocalCPUInfo
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected