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

Function HumanReadableNumTranscendentalOps

tensorflow/compiler/xla/util.cc:225–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223}
224
225string HumanReadableNumTranscendentalOps(double trops, double nanoseconds) {
226 return HumanReadableNumOps(trops, nanoseconds, "TR");
227}
228
229void LogLines(int sev, absl::string_view text, const char* fname, int lineno) {
230 const int orig_sev = sev;

Callers 1

ToStringMethod · 0.85

Calls 1

HumanReadableNumOpsFunction · 0.85

Tested by

no test coverage detected