Searched refs:get_run_short_description (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/python/debug/cli/ |
D | cli_shared_test.py | 154 description = cli_shared.get_run_short_description(12, self.const_a, None) 170 short_description = cli_shared.get_run_short_description( 192 description = cli_shared.get_run_short_description(1, fetches, None) 205 description = cli_shared.get_run_short_description(1, fetches, None) 222 description = cli_shared.get_run_short_description(1, fetches, None) 238 description = cli_shared.get_run_short_description(1, fetches, None) 255 description = cli_shared.get_run_short_description(1, fetches, None) 277 description = cli_shared.get_run_short_description(1, self.const_c, 299 description = cli_shared.get_run_short_description(1, self.const_c, 312 short_description = cli_shared.get_run_short_description( [all …]
|
D | cli_shared.py | 386 def get_run_short_description(run_call_count, function
|
/external/tensorflow/tensorflow/python/debug/wrappers/ |
D | local_cli_wrapper.py | 635 self._run_description = cli_shared.get_run_short_description(
|