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

Function HumanReadableNumFlops

tensorflow/compiler/xla/util.cc:221–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219} // namespace
220
221string HumanReadableNumFlops(double flops, double nanoseconds) {
222 return HumanReadableNumOps(flops, nanoseconds, "FL");
223}
224
225string HumanReadableNumTranscendentalOps(double trops, double nanoseconds) {
226 return HumanReadableNumOps(trops, nanoseconds, "TR");

Callers 2

TESTFunction · 0.85
ToStringMethod · 0.85

Calls 1

HumanReadableNumOpsFunction · 0.85

Tested by 1

TESTFunction · 0.68