Home
last modified time | relevance | path

Searched refs:CommonGemmExampleOptions (Results 1 – 7 of 7) sorted by relevance

/external/ComputeLibrary/examples/gemm_tuner/
DCommonGemmExampleOptions.h63 class CommonGemmExampleOptions
70 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…
DCommonGemmExampleOptions.cpp41 CommonGemmExampleOptions::CommonGemmExampleOptions(CommandLineParser &parser) in CommonGemmExampleOptions() function in gemm_tuner::CommonGemmExampleOptions
65 CommonGemmExampleParams consume_common_gemm_example_parameters(const CommonGemmExampleOptions &opti… in consume_common_gemm_example_parameters()
Dcl_gemm_native.cpp142 CommonGemmExampleOptions param_options(parser); in do_setup()
Dcl_gemm_reshaped_rhs_only.cpp167 CommonGemmExampleOptions param_options(parser); in do_setup()
Dcl_gemm_reshaped.cpp194 CommonGemmExampleOptions param_options(parser); in do_setup()
/external/ComputeLibrary/tests/
DSConscript242 …st_env.Object(source="../examples/gemm_tuner/CommonGemmExampleOptions.cpp", target="CommonGemmExam…
/external/ComputeLibrary/examples/
DSConscript94 gemm_tuner_common_options = examples_env.Object("./gemm_tuner/CommonGemmExampleOptions.cpp")