/external/tensorflow/tensorflow/python/debug/cli/ |
D | analyzer_cli.py | 481 def list_tensors(self, args, screen_info=None): argument 502 _ = screen_info 740 def node_info(self, args, screen_info=None): argument 757 _ = screen_info 875 def list_inputs(self, args, screen_info=None): argument 892 _ = screen_info 911 def print_tensor(self, args, screen_info=None): argument 929 screen_info) 1053 def list_outputs(self, args, screen_info=None): argument 1070 _ = screen_info [all …]
|
D | cli_shared.py | 143 def numpy_printoptions_from_screen_info(screen_info): argument 144 if screen_info and "cols" in screen_info: 145 return {"linewidth": screen_info["cols"]}
|
D | analyzer_cli_test.py | 1054 "print_tensor", [tensor_name], screen_info={"cols": 80}) 1082 screen_info={"cols": 80}) 1099 screen_info={"cols": 80}) 1118 screen_info={"cols": 80}) 1149 screen_info={"cols": 80}) 1176 "print_tensor", [tensor_name + "[1, :]"], screen_info={"cols": 80}) 1197 "print_tensor", [tensor_name + "[1, foo()]"], screen_info={"cols": 80}) 1208 "print_tensor", [tensor_name, "-n", "0"], screen_info={"cols": 80}) 1234 "print_tensor", [tensor_name, "-n", "1"], screen_info={"cols": 80}) 1282 screen_info={"cols": 80}) [all …]
|
D | debugger_cli_common.py | 657 def dispatch_command(self, prefix, argv, screen_info=None): argument 692 output = handler(argv, screen_info=screen_info) 769 def _help_handler(self, args, screen_info=None): argument 783 _ = screen_info # Unused currently. 792 def _version_handler(self, args, screen_info=None): argument 794 del screen_info # Unused currently.
|
D | base_ui.py | 204 def _config_command_handler(self, args, screen_info=None): argument 206 del screen_info # Currently unused.
|
D | profile_analyzer_cli.py | 382 def list_profile(self, args, screen_info=None): argument 397 if screen_info and "cols" in screen_info: 398 screen_cols = screen_info["cols"] 601 def print_source(self, args, screen_info=None): argument 613 del screen_info
|
D | debugger_cli_common_test.py | 290 def _noop_handler(self, argv, screen_info=None): argument 294 def _handler_raising_exception(self, argv, screen_info=None): argument 298 def _handler_returning_wrong_type(self, argv, screen_info=None): argument 303 def _echo_screen_cols(self, argv, screen_info=None): argument 306 ["cols = %d" % screen_info["cols"]]) 308 def _exiting_handler(self, argv, screen_info=None): argument 368 "cols", [], screen_info={"cols": 100})
|
D | readline_ui.py | 109 prefix, args, screen_info=None)
|
D | curses_ui.py | 733 screen_info = {"cols": self._max_x - 2} 738 prefix, args, screen_info=screen_info) 1665 def _mouse_mode_command_handler(self, args, screen_info=None): argument 1677 del screen_info
|
D | readline_ui_test.py | 68 def _babble(self, args, screen_info=None): argument
|
D | curses_ui_test.py | 239 def _babble(self, args, screen_info=None): argument 293 def _print_ones(self, args, screen_info=None): argument
|
/external/tensorflow/tensorflow/python/debug/wrappers/ |
D | local_cli_wrapper.py | 470 def _run_info_handler(self, args, screen_info=None): argument 487 def _print_feed_handler(self, args, screen_info=None): argument 489 screen_info) 522 def _run_handler(self, args, screen_info=None): argument 525 del screen_info # Currently unused.
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | bootparam.h | 176 struct screen_info screen_info; /* 0x000 */ member
|
/external/kernel-headers/original/uapi/linux/ |
D | screen_info.h | 11 struct screen_info { struct
|
/external/crosvm/x86_64/src/ |
D | bootparam.rs | 56 pub struct screen_info { struct 399 pub screen_info: screen_info, field
|