Home
last modified time | relevance | path

Searched refs:tuner_mode (Results 1 – 25 of 39) sorted by relevance

12

/aosp_15_r20/external/ComputeLibrary/examples/gemm_tuner/
H A DCommonGemmExampleOptions.cpp38 os << "OpenCL tuner mode : " << common_params.tuner_mode << std::endl; in operator <<()
49 tuner_mode() in CommonGemmExampleOptions()
68tuner_mode = parser.add_option<EnumOption<CLTunerMode>>("tuner-mode", supported_tuner_modes, CLTun… in CommonGemmExampleOptions()
76 tuner_mode->set_help("OpenCL tuner mode"); in CommonGemmExampleOptions()
87 common_params.tuner_mode = options.tuner_mode->value(); in consume_common_gemm_example_parameters()
H A DCommonGemmExampleOptions.h44 … arm_compute::CLTunerMode tuner_mode{ arm_compute::CLTunerMode::RAPID }; /**< OpenCL tuner mode */
91 arm_compute::utils::EnumOption<arm_compute::CLTunerMode> *tuner_mode; /**< OpenCL tuner mode */ variable
/aosp_15_r20/external/ComputeLibrary/utils/
H A DCommonGraphOptions.cpp88 os << "Tuner mode : " << common_params.tuner_mode << std::endl; in operator <<()
126 tuner_mode(), in CommonGraphOptions()
168tuner_mode = parser.add_option<EnumOption<CLTunerMode>>("tuner-mode", supported_tuner_modes, CLTu… in CommonGraphOptions()
178 tuner_mode->set_help( in CommonGraphOptions()
211 common_params.tuner_mode = options.tuner_mode->value(); in consume_common_graph_parameters()
H A DCommonGraphOptions.h103 arm_compute::CLTunerMode tuner_mode{ CLTunerMode::NORMAL };
161 SimpleOption<arm_compute::CLTunerMode> *tuner_mode; /**< Tuner mode */ variable
/aosp_15_r20/external/ComputeLibrary/arm_compute/runtime/CL/
H A DCLTunerTypes.h45 …CLTunerMode tuner_mode = CLTunerMode::NORMAL; /**< Parameter to select the level (granularity) of … member
88 inline ::std::istream &operator>>(::std::istream &stream, CLTunerMode &tuner_mode)
92 tuner_mode = tuner_mode_from_name(value);
/aosp_15_r20/external/ComputeLibrary/examples/
H A Dgraph_edsr.cpp76 config.tuner_mode = common_params.tuner_mode; in do_setup()
H A Dgraph_lenet.cpp112 config.tuner_mode = common_params.tuner_mode; in do_setup()
H A Dgraph_srcnn955.cpp120 config.tuner_mode = common_params.tuner_mode; in do_setup()
H A Dgraph_vgg_vdsr.cpp141 config.tuner_mode = common_params.tuner_mode; in do_setup()
H A Dgraph_alexnet.cpp160 config.tuner_mode = common_params.tuner_mode; in do_setup()
H A Dgraph_resnext50.cpp103 config.tuner_mode = common_params.tuner_mode; in do_setup()
H A Dgraph_vgg16.cpp217 config.tuner_mode = common_params.tuner_mode; in do_setup()
H A Dgraph_resnet12.cpp137 config.tuner_mode = common_params.tuner_mode; in do_setup()
H A Dgraph_squeezenet_v1_1.cpp169 config.tuner_mode = common_params.tuner_mode; in do_setup()
H A Dgraph_squeezenet.cpp169 config.tuner_mode = common_params.tuner_mode; in do_setup()
H A Dgraph_resnet50.cpp116 config.tuner_mode = common_params.tuner_mode; in do_setup()
H A Dgraph_vgg19.cpp228 config.tuner_mode = common_params.tuner_mode; in do_setup()
H A Dgraph_resnet_v2_50.cpp119 config.tuner_mode = common_params.tuner_mode; in do_setup()
H A Dgraph_shufflenet.cpp149 config.tuner_mode = common_params.tuner_mode; in do_setup()
H A Dgraph_googlenet.cpp131 config.tuner_mode = common_params.tuner_mode; in do_setup()
H A Dgraph_mobilenet.cpp101 config.tuner_mode = common_params.tuner_mode; in do_setup()
H A Dgraph_mobilenet_v2.cpp92 config.tuner_mode = common_params.tuner_mode; in do_setup()
H A Dgraph_yolov3.cpp402 config.tuner_mode = common_params.tuner_mode; in do_setup()
/aosp_15_r20/external/ComputeLibrary/tests/
H A Dmain.cpp140 …auto tuner_mode = parser.add_option<utils::EnumOption<CLTunerMode>>("tuner-mode", supported_tuner_… in main() local
141tuner_mode->set_help("Configures the time taken by the tuner to tune. Slow tuner produces the most… in main()
198 cl_tuner.set_tuner_mode(tuner_mode->value()); in main()
/aosp_15_r20/external/ComputeLibrary/src/gpu/cl/
H A DClQueue.cpp64 tune_info.tuner_mode = map_tuner_mode(options->mode); in populate_tuner()

12