Home
last modified time | relevance | path

Searched refs:example_args (Results 1 – 6 of 6) sorted by relevance

/external/ComputeLibrary/tests/benchmark_examples/
DRunExample.cpp98 …auto example_args = parser.add_option<utils::ListOption<std::string>>("example… in run_example() local
99example_args->set_help("Arguments to pass to the example separated by commas (e.g: arg0,arg1,arg2)… in run_example()
114 for(auto &arg : example_args->value()) in run_example()
132 for(auto &arg : example_args->value()) in run_example()
/external/ComputeLibrary/tests/validate_examples/
DRunExample.cpp113 …auto example_args = parser.add_option<utils::ListOption<std::string>>("example… in run_example() local
114example_args->set_help("Arguments to pass to the example separated by commas (e.g: arg0,arg1,arg2)… in run_example()
134 for(auto &arg : example_args->value()) in run_example()
154 for(auto &arg : example_args->value()) in run_example()
/external/ComputeLibrary/examples/gemm_tuner/
Dcl_gemm_benchmark.sh376 local example_args
448 example_args="${gemm_shape},${gemm_config},--type=${DATA_TYPE},--tuner-mode=${TUNER_MODE}"
454 …${EXAMPLE_BIN_DIR}/${example_bin} --example_args=${example_args} --iterations=${NUM_ITERATION} --j…
DGemmTuner.py513 example_args = Gemm_Example_Args_T(
519 *example_args[:gemm_param_fields_len],
523 *example_args[gemm_param_fields_len:])
/external/python/cpython3/Lib/test/
Dtest_cmd_line_script.py25 example_args = ['test1', 'test2', 'test3'] variable
129 *cmd_line_switches, *script_exec_args, *example_args]
389 … rc, out, err = assert_python_ok('-m', 'test_pkg.script', *example_args, __isolated=False)
421 rc, out, err = assert_python_ok('-m', 'other', *example_args,
466 err = self.check_dash_m_failure('test_pkg.other', *example_args)
/external/python/cpython2/Lib/test/
Dtest_cmd_line_script.py16 example_args = ['test1', 'test2', 'test3'] variable
232 err = self.check_dash_m_failure('test_pkg.other', *example_args)