Home
last modified time | relevance | path

Searched refs:ParseArgs (Results 1 – 4 of 4) sorted by relevance

/frameworks/ml/nn/tools/test_generator/
Dexample_generator.py41 args = tg.ParseArgs(parser)
Dtest_generator.py1394 def ParseArgs(parser): function
/frameworks/compile/slang/
Drs_cc_options.cpp113 OptParser->ParseArgs(ArgVector, MissingArgIndex, MissingArgCount); in ParseArguments()
/frameworks/compile/mclinker/tools/mcld/
DMain.cpp1009 opt_table.ParseArgs(argv.slice(1), missing_arg_idx, missing_arg_count); in Create()