Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/debug/cli/
Ddebugger_cli_common.py729 def get_help(self, cmd_prefix=None): argument
741 if not cmd_prefix:
749 for cmd_prefix in sorted_prefixes:
750 lines = self._get_help_for_command_prefix(cmd_prefix)
757 return RichTextLines(self._get_help_for_command_prefix(cmd_prefix))
814 def _get_help_for_command_prefix(self, cmd_prefix): argument
827 resolved_prefix = self._resolve_prefix(cmd_prefix)
829 lines.append("Invalid command prefix: \"%s\"" % cmd_prefix)
/external/vulkan-validation-layers/scripts/
Dvk_validation_stats.py597 cmd_prefix = 'prefix##'
601 cmd_enum = [' ' + cmd_prefix + 'NONE = 0']
611 cmd_name = cmd_prefix + end + cmd_match.group(2).upper()
617 cmd_enum.append(' {}RANGE_SIZE = {}'.format(cmd_prefix, cmd_ordinal))