Home
last modified time | relevance | path

Searched defs:subparsers (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/python/tools/
Dsaved_model_cli.py845 def add_show_subparser(subparsers): argument
891 def add_run_subparser(subparsers): argument
969 def add_scan_subparser(subparsers): argument
991 def add_convert_subparser(subparsers): argument
1052 def add_aot_compile_cpu_subparser(subparsers): argument
/external/python/cpython3/Tools/peg_generator/pegen/
D__main__.py85 subparsers = argparser.add_subparsers(help="target language for the generated code") variable
/external/selinux/python/sepolicy/
Dsepolicy.py671 subparsers = parser.add_subparsers(help=_("commands")) variable