Home
last modified time | relevance | path

Searched refs:is_activation_enabled (Results 1 – 1 of 1) sorted by relevance

/external/ComputeLibrary/src/cpu/operators/
DCpuGemmConv2d.cpp186 const bool is_activation_enabled = act_info.enabled(); in validate_mm() local
213 if(is_activation_enabled && supported_acts.count(act_info.activation()) != 0) in validate_mm()