Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/src/runtime/NEON/functions/
H A DNEDepthwiseConvolutionLayer.cpp93 bool is_activationlayer_enabled = act_info.enabled() && !(is_relu || is_relu6); in configure() local
207 bool is_activationlayer_enabled{ false }; member
H A DNEWinogradConvolutionLayer.cpp52 bool is_activationlayer_enabled{ false }; member