Home
last modified time | relevance | path

Searched defs:cmd_args (Results 1 – 10 of 10) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/parallel/cluster/process_entity/
D_utils.py22 def _generate_cmd(cmd, cmd_args, output_name): argument
36 def _generate_cmd_args_list(cmd, cmd_args): argument
46 def _generate_cmd_args_list_with_core(cmd, cmd_args, cpu_start, cpu_end): argument
/third_party/lz4/tests/
Dtest-lz4-abi.py35 def proc(cmd_args, pipe=True, env=False): argument
Dtest-lz4-versions.py40 def proc(cmd_args, pipe=True, env=False): argument
/third_party/skia/third_party/externals/libwebp/examples/
Dimg2webp.c141 CommandLineArguments cmd_args; in main() local
Dwebpmux.c535 static int ValidateCommandLine(const CommandLineArguments* const cmd_args, in ValidateCommandLine()
/third_party/skia/m133/third_party/externals/libwebp/examples/
Dimg2webp.c148 CommandLineArguments cmd_args; in main() local
Dwebpmux.c542 static int ValidateCommandLine(const CommandLineArguments* const cmd_args, in ValidateCommandLine()
/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_meta.c340 D3D12_INDIRECT_ARGUMENT_DESC cmd_args[4]; in dzn_meta_triangle_fan_rewrite_index_init() local
Ddzn_pipeline.c2270 D3D12_INDIRECT_ARGUMENT_DESC cmd_args[DZN_INDIRECT_CMD_SIG_MAX_ARGS]; in dzn_graphics_pipeline_get_indirect_cmd_sig() local
/third_party/mindspore/mindspore-src/source/tests/st/scripts/
Drun_st.py755 cmd_args = parser.parse_args() variable