Home
last modified time | relevance | path

Searched defs:dispatch_command (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/debug/cli/
H A Ddebugger_cli_common.py652 def dispatch_command(self, prefix, argv, screen_info=None): member in CommandHandlerRegistry
/aosp_15_r20/external/coreboot/util/cbfstool/
H A Dcbfstool.c1889 static int dispatch_command(struct command command) in dispatch_command() function