Home
last modified time | relevance | path

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

/external/ComputeLibrary/tests/validate_examples/
Dcl_gemm.cpp80 class GEMMCommandLineOptions final class
83 explicit GEMMCommandLineOptions(CommandLineParser &parser) noexcept in GEMMCommandLineOptions() function in __anon109542fc0111::GEMMCommandLineOptions
127 GEMMCommandLineOptions(const GEMMCommandLineOptions &) = delete;
129 GEMMCommandLineOptions &operator=(const GEMMCommandLineOptions &) = delete;
131 GEMMCommandLineOptions(GEMMCommandLineOptions &&) noexcept(true) = default;
133 GEMMCommandLineOptions &operator=(GEMMCommandLineOptions &&) noexcept(true) = default;
135 ~GEMMCommandLineOptions() = default;
165 GEMMCommandLineOptions gemm_options(parser); in do_setup()
366 void consume_params(const GEMMCommandLineOptions &opts) in consume_params()