Home
last modified time | relevance | path

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

/external/ComputeLibrary/src/core/CL/kernels/
DCLBatchNormalizationLayerKernel.cpp161 …unsigned int idx = (1 + include_output) * num_arguments_per_3D_tensor() + 2 * num_argum… in configure()
233 unsigned int idx = (1 + include_output) * num_arguments_per_3D_tensor(); in run()
DCLFFTScaleKernel.cpp86 …unsigned int idx = (1 + (_run_in_place ? 0 : 1)) * num_arguments_per_3D_tensor(); // Skip the inpu… in configure()
DCLFFTRadixStageKernel.cpp116 …unsigned int idx = (1 + (_run_in_place ? 0 : 1)) * num_arguments_per_3D_tensor(); // S… in configure()
DCLL2NormalizeLayerKernel.cpp121 idx = num_arguments_per_3D_tensor() * 3; in configure()
DCLFillBorderKernel.cpp112 unsigned int idx = num_arguments_per_3D_tensor(); //Skip the tensor parameters in configure()
DCLNormalizePlanarYUVLayerKernel.cpp187 unsigned int idx = 2 * num_arguments_per_3D_tensor(); in run()
/external/ComputeLibrary/src/gpu/cl/kernels/
DClReshapeKernel.cpp96 unsigned int idx = 2 * num_arguments_per_3D_tensor(); // Skip the src and dst parameters in configure()
DClDepthConcatenateKernel.cpp130 unsigned int idx = 2 * num_arguments_per_3D_tensor(); // Skip the src and dst parameters in run_op()
DClDequantizeKernel.cpp143 unsigned int idx = num_arguments_per_3D_tensor() * 2; //Skip the input and output parameters in run_op()
DClGemmLowpQuantizeDownInt32ScaleByFloatKernel.cpp145 unsigned int idx1 = num_arguments_per_3D_tensor(); in run_op()
DClBatchConcatenateKernel.cpp144 unsigned int idx = 2 * num_arguments_per_3D_tensor(); // Skip the src and dst parameters in run_op()
DClGemmLowpQuantizeDownInt32ScaleByFixedPointKernel.cpp144 unsigned int idx1 = num_arguments_per_3D_tensor(); in run_op()
DClWeightsReshapeKernel.cpp131 unsigned int idx = num_arguments_per_3D_tensor() + num_arguments_per_2D_tensor(); in run_op()
DClGemmLowpQuantizeDownInt32ScaleKernel.cpp142 unsigned int idx1 = num_arguments_per_3D_tensor(); in run_op()
DClIm2ColKernel.cpp416 …unsigned int idx = num_arguments_per_3D_tensor() + (_num_groups == 1 ? num_arguments_per_2D_tensor… in run_op()
DClWinogradInputTransformKernel.cpp265 unsigned int idx = 2 * num_arguments_per_3D_tensor(); in run_op()
DClMulKernel.cpp220 …unsigned int idx = (in_place ? 2 : 3) * num_arguments_per_3D_tensor(); // Skip the src and dst par… in configure()
DClDirectConv2dKernel.cpp478 unsigned int idx1 = 2 * num_arguments_per_3D_tensor(); in run_op()
/external/ComputeLibrary/src/core/CL/
DICLKernel.h300 constexpr static unsigned int num_arguments_per_3D_tensor() in num_arguments_per_3D_tensor() function