Home
last modified time | relevance | path

Searched defs:FormatBytes (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/data/service/
H A Dlogging_utils.cc24 std::string FormatBytes(size_t bytes) { in FormatBytes() function
H A Dlogging_utils_test.cc25 TEST(LoggingUtilsTest, FormatBytes) { in TEST() argument
/aosp_15_r20/external/chromium-trace/catapult/common/py_utils/py_utils/
H A Dmemory_debug.py19 def FormatBytes(value): function