Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/tests/
Dxla_hlo_profile_test.cc50 string trops; member
71 if (RE2::FullMatch(parsed_line.trops, "[0-9.TGMk]+TROP/s")) { in HasTrops()
74 << parsed_line.trops << "'"; in HasTrops()
79 << parsed_line.trops << "'"; in HasTrops()
110 &parsed_line.usec, &parsed_line.flops, &parsed_line.trops,
/external/tensorflow/tensorflow/compiler/xla/
Dutil.cc174 string HumanReadableNumTranscendentalOps(double trops, double nanoseconds) { in HumanReadableNumTranscendentalOps() argument
175 return HumanReadableNumOps(trops, nanoseconds, "TR"); in HumanReadableNumTranscendentalOps()
Dutil.h442 string HumanReadableNumTranscendentalOps(double trops, double nanoseconds);