Home
last modified time | relevance | path

Searched refs:HumanReadableNumOps (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/
Dutil.cc226 std::string HumanReadableNumOps(double flops, double nanoseconds, in HumanReadableNumOps() function
246 return HumanReadableNumOps(flops, nanoseconds, "FL"); in HumanReadableNumFlops()
251 return HumanReadableNumOps(trops, nanoseconds, "TR"); in HumanReadableNumTranscendentalOps()