Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/depthwise/
H A Ddepthwise_planar.hpp53 struct PlanarKernelType<TInput, TWeight, TOutput, TAccum, Nothing> struct
55 using Type = std::function<void(
66 static inline void execute( in execute()
90 struct PlanarKernelType<TInput, TWeight, TOutput, int32_t, arm_gemm::Requantize32> struct
92 using Type = std::function<void(
103 static inline void execute( in execute()