Home
last modified time | relevance | path

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

/external/ComputeLibrary/src/runtime/NEON/functions/
DNEFFTConvolutionLayer.cpp68 _permute_bias_func(), in NEFFTConvolutionLayer()
134 _permute_bias_func.configure(biases, &_permuted_bias, PermutationVector(1U, 2U, 0U)); in configure()
358 _permute_bias_func.run(); in prepare()
/external/ComputeLibrary/src/runtime/CL/functions/
DCLFFTConvolutionLayer.cpp71 _permute_bias_func(), in CLFFTConvolutionLayer()
143_permute_bias_func.configure(compile_context, biases, &_permuted_bias, PermutationVector(1U, 2U, 0… in configure()
363 _permute_bias_func.run(); in prepare()
/external/ComputeLibrary/arm_compute/runtime/NEON/functions/
DNEFFTConvolutionLayer.h129 NEPermute _permute_bias_func; variable
/external/ComputeLibrary/arm_compute/runtime/CL/functions/
DCLFFTConvolutionLayer.h149 CLPermute _permute_bias_func; variable