Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/debug/cli/
Dcli_shared.py52 TIME_UNITS = [TIME_UNIT_US, TIME_UNIT_MS, TIME_UNIT_S] variable
102 if force_time_unit not in TIME_UNITS:
104 order = TIME_UNITS.index(force_time_unit)
108 order = min(len(TIME_UNITS) - 1, int(math.log(value_us, 10) / 3))
109 time_unit = TIME_UNITS[order]
Dprofile_analyzer_cli.py328 help="Time unit (" + " | ".join(cli_shared.TIME_UNITS) + ")")
351 help="Time unit (" + " | ".join(cli_shared.TIME_UNITS) + ")")