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.py838 def add_show_subparser(subparsers): argument
884 def add_run_subparser(subparsers): argument
962 def add_scan_subparser(subparsers): argument
984 def add_convert_subparser(subparsers): argument
1045 def add_aot_compile_cpu_subparser(subparsers): argument
/external/python/cpython3/Tools/peg_generator/pegen/
D__main__.py84 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