Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/depthwise/
H A Ddepthfirst_driver.hpp37 template <typename T> struct DefaultOutputStage { using Type = Nothing; }; argument
38 template <> struct DefaultOutputStage<int8_t> { using Type = arm_gemm::Requantize32; }; argument
39 template <> struct DefaultOutputStage<uint8_t> { using Type = arm_gemm::Requantize32; }; struct