Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dutil.cc151 string HumanReadableNumOps(double flops, double nanoseconds, in HumanReadableNumOps() function
171 return HumanReadableNumOps(flops, nanoseconds, "FL"); in HumanReadableNumFlops()
175 return HumanReadableNumOps(trops, nanoseconds, "TR"); in HumanReadableNumTranscendentalOps()