Home
last modified time | relevance | path

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

/external/ComputeLibrary/src/core/NEON/kernels/assembly/
Ddepthwise_common.hpp43 struct KernelDescription struct
45 DepthwiseMethod method = DepthwiseMethod::DEFAULT;
46 std::string name = "";
47 bool is_default = false;
48 uint64_t cycle_estimate = 0;
50 KernelDescription( in KernelDescription() function
59 KernelDescription() noexcept {}; in KernelDescription() argument
/external/ComputeLibrary/src/cpu/kernels/assembly/
Darm_gemm.hpp90 struct KernelDescription struct
92 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() function
101 KernelDescription() noexcept in KernelDescription() function