Home
last modified time | relevance | path

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

/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/depthwise/
Ddepthfirst_driver.hpp33 template <typename T> struct DefaultTAccum { using Type = T; }; argument
34 template <> struct DefaultTAccum<int8_t> { using Type = int32_t; }; struct
35 template <> struct DefaultTAccum<uint8_t> { using Type = int32_t; }; argument