Searched refs:CommonGemmExampleOptions (Results 1 – 7 of 7) sorted by relevance
63 class CommonGemmExampleOptions70 CommonGemmExampleOptions(arm_compute::utils::CommandLineParser &parser);72 CommonGemmExampleOptions(const CommonGemmExampleOptions &) = delete;74 CommonGemmExampleOptions &operator=(const CommonGemmExampleOptions &) = delete;76 CommonGemmExampleOptions(CommonGemmExampleOptions &&) = default;78 CommonGemmExampleOptions &operator=(CommonGemmExampleOptions &&) = default;80 ~CommonGemmExampleOptions() = default;96 CommonGemmExampleParams consume_common_gemm_example_parameters(const CommonGemmExampleOptions &opti…
41 CommonGemmExampleOptions::CommonGemmExampleOptions(CommandLineParser &parser) in CommonGemmExampleOptions() function in gemm_tuner::CommonGemmExampleOptions65 CommonGemmExampleParams consume_common_gemm_example_parameters(const CommonGemmExampleOptions &opti… in consume_common_gemm_example_parameters()
142 CommonGemmExampleOptions param_options(parser); in do_setup()
167 CommonGemmExampleOptions param_options(parser); in do_setup()
194 CommonGemmExampleOptions param_options(parser); in do_setup()
242 …st_env.Object(source="../examples/gemm_tuner/CommonGemmExampleOptions.cpp", target="CommonGemmExam…
94 gemm_tuner_common_options = examples_env.Object("./gemm_tuner/CommonGemmExampleOptions.cpp")