Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dutil_test.cc41 ASSERT_EQ("1.00GFLOP/s", HumanReadableNumFlops(1e9, 1e9)); in TEST()
Dutil.cc170 string HumanReadableNumFlops(double flops, double nanoseconds) { in HumanReadableNumFlops() function
Dutil.h437 string HumanReadableNumFlops(double flops, double nanoseconds);
/external/tensorflow/tensorflow/compiler/xla/service/
Dhuman_readable_profile_builder.cc94 ? HumanReadableNumFlops(op.flop_count, nsecs) in ToString()