Home
last modified time | relevance | path

Searched defs:KernelDescription (Results 1 – 1 of 1) sorted by relevance

/external/ComputeLibrary/src/core/NEON/kernels/assembly/
Darm_gemm.hpp51 struct KernelDescription struct
53 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() function
62 KernelDescription() noexcept in KernelDescription() argument