Searched refs:GEMMCommandLineOptions (Results 1 – 1 of 1) sorted by relevance
80 class GEMMCommandLineOptions final class83 explicit GEMMCommandLineOptions(CommandLineParser &parser) noexcept in GEMMCommandLineOptions() function in __anon109542fc0111::GEMMCommandLineOptions127 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()