HomeSort by relevance Sort by last modified time
    Searched refs:neg_str (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/stream_executor/lib/
human_readable.h 37 const char* neg_str = GetNegStr(&num_bytes); local
42 return port::Printf("%s%lldB", neg_str, num_bytes);
53 return port::Printf(((*unit == 'K') ? "%s%.1f%c" : "%s%.2f%c"), neg_str,
  /external/tensorflow/tensorflow/core/lib/strings/
numbers.cc 432 const char* neg_str = (num_bytes < 0) ? "-" : "";
441 snprintf(buf, sizeof(buf), "%s%lldB", neg_str,
457 neg_str, num_bytes / 1024.0, *unit);

Completed in 69 milliseconds