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

  /external/tensorflow/tensorflow/python/debug/cli/
analyzer_cli_test.py 664 out = self._registry.dispatch_command("lt", [])
677 out = self._registry.dispatch_command("lt", ["-s", "timestamp", "-r"])
691 out = self._registry.dispatch_command("lt", ["-s", "dump_size"])
704 out = self._registry.dispatch_command("lt", ["-s", "dump_size", "-r"])
718 out = self._registry.dispatch_command("lt", ["-s", "foobar"])
724 out = self._registry.dispatch_command("lt", ["-s", "op_type"])
739 out = self._registry.dispatch_command("lt", ["-s", "op_type", "-r"])
754 out = self._registry.dispatch_command("lt", ["-s", "tensor_name"])
769 out = self._registry.dispatch_command("lt", ["-s", "tensor_name", "-r"])
783 out = self._registry.dispatch_command("list_tensors"
    [all...]
debugger_cli_common_test.py 330 cmd_output = registry.dispatch_command("noop", [])
336 registry.dispatch_command("beep", [])
340 registry.dispatch_command("", [])
352 registry.dispatch_command("exit", ["foo"])
364 cmd_output = registry.dispatch_command(
378 cmd_output = registry.dispatch_command("n", [])
381 cmd_output = registry.dispatch_command("NOOP", [])
395 registry.dispatch_command("wrong_return", [])
407 cmd_output = registry.dispatch_command("noop", [])
439 cmd_output = registry.dispatch_command("raise_exception", []
    [all...]
readline_ui.py 110 screen_output = self._command_handler_registry.dispatch_command(
debugger_cli_common.py 531 registry.dispatch_command("echo", ["foo", "bar"], screen_info={"cols": 80})
534 registry.dispatch_command("e", ["foo", "bar"], screen_info={"cols": 80})
631 def dispatch_command(self, prefix, argv, screen_info=None): member in class:CommandHandlerRegistry
    [all...]
curses_ui.py 735 screen_output = self._command_handler_registry.dispatch_command(
    [all...]

Completed in 242 milliseconds