Searched defs:KernelDescription (Results 1 – 1 of 1) sorted by relevance
51 struct KernelDescription struct53 GemmMethod method = GemmMethod::DEFAULT;54 std::string name = "";55 bool is_default = false;56 uint64_t cycle_estimate = 0;58 KernelDescription(GemmMethod m, std::string n, bool d = false, uint64_t c = 0) in KernelDescription() function62 KernelDescription() noexcept in KernelDescription() argument