Home
last modified time | relevance | path

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

/external/ComputeLibrary/src/runtime/NEON/functions/
DNEFFTConvolutionLayer.cpp78 _activation_layer_func(), in NEFFTConvolutionLayer()
252 _activation_layer_func.configure(output, nullptr, act_info); in configure()
346 _activation_layer_func.run(); in run()
/external/ComputeLibrary/src/runtime/CL/functions/
DCLFFTConvolutionLayer.cpp81 _activation_layer_func(), in CLFFTConvolutionLayer()
260 _activation_layer_func.configure(compile_context, output, nullptr, act_info); in configure()
351 _activation_layer_func.run(); in run()
/external/ComputeLibrary/arm_compute/runtime/NEON/functions/
DNEFFTConvolutionLayer.h139 NEActivationLayer _activation_layer_func; variable
/external/ComputeLibrary/arm_compute/runtime/CL/functions/
DCLFFTConvolutionLayer.h159 CLActivationLayer _activation_layer_func; variable