Searched defs:KernelDescription (Results 1 – 2 of 2) sorted by relevance
43 struct KernelDescription struct45 DepthwiseMethod method = DepthwiseMethod::DEFAULT;46 std::string name = "";47 bool is_default = false;48 uint64_t cycle_estimate = 0;50 KernelDescription( in KernelDescription() function59 KernelDescription() noexcept {}; in KernelDescription() argument
90 struct KernelDescription struct92 GemmMethod method = GemmMethod::DEFAULT;93 std::string name = "";94 bool is_default = false;95 uint64_t cycle_estimate = 0;97 KernelDescription(GemmMethod m, std::string n, bool d = false, uint64_t c = 0) in KernelDescription() function101 KernelDescription() noexcept in KernelDescription() function