Searched refs:_permute_bias_func (Results 1 – 4 of 4) sorted by relevance
/external/ComputeLibrary/src/runtime/NEON/functions/ |
D | NEFFTConvolutionLayer.cpp | 68 _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/ |
D | CLFFTConvolutionLayer.cpp | 71 _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/ |
D | NEFFTConvolutionLayer.h | 129 NEPermute _permute_bias_func; variable
|
/external/ComputeLibrary/arm_compute/runtime/CL/functions/ |
D | CLFFTConvolutionLayer.h | 149 CLPermute _permute_bias_func; variable
|