MCPcopy 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

353string Demangle(const char* mangled) { return mangled; }
354
355double NominalCPUFrequency() {
356 return absl::base_internal::NominalCPUFrequency();
357}
358
359int64 AvailableRam() {
360#if defined(__linux__) && !defined(__ANDROID__)

Callers 1

GetLocalCPUInfoFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected