/external/ComputeLibrary/src/core/CL/kernels/ |
D | CLGEMMMatrixVectorMultiplyKernel.cpp | 115 …unsigned int idx = num_arguments_per_3D_tensor() + num_arguments_per_2D_tensor() + num_arguments_p… in configure() 164 unsigned int idx_1 = num_arguments_per_3D_tensor(); in run() 171 unsigned int idx_2 = num_arguments_per_3D_tensor() + num_arguments_per_2D_tensor(); in run()
|
D | CLBatchNormalizationLayerKernel.cpp | 160 …unsigned int idx = (1 + include_output) * num_arguments_per_3D_tensor() + 2 * num_argum… in configure() 232 unsigned int idx = (1 + include_output) * num_arguments_per_3D_tensor(); in run()
|
D | CLReshapeLayerKernel.cpp | 86 unsigned int idx = 2 * num_arguments_per_3D_tensor(); // Skip the input and output parameters in configure()
|
D | CLFFTScaleKernel.cpp | 102 …unsigned int idx = (1 + (_run_in_place ? 0 : 1)) * num_arguments_per_3D_tensor(); // Skip the inpu… in configure()
|
D | CLDepthConcatenateLayerKernel.cpp | 123 unsigned int idx = 2 * num_arguments_per_3D_tensor(); // Skip the input and output parameters in run_op()
|
D | CLGEMMLowpQuantizeDownInt32ScaleByFixedPointKernel.cpp | 135 unsigned int idx1 = num_arguments_per_3D_tensor(); in run()
|
D | CLGEMMLowpQuantizeDownInt32ScaleByFloatKernel.cpp | 142 unsigned int idx1 = num_arguments_per_3D_tensor(); in run()
|
D | CLDequantizationLayerKernel.cpp | 146 unsigned int idx = num_arguments_per_3D_tensor() * 2; //Skip the input and output parameters in run()
|
D | CLBatchConcatenateLayerKernel.cpp | 138 unsigned int idx = 2 * num_arguments_per_3D_tensor(); // Skip the input and output parameters in run_op()
|
D | CLWeightsReshapeKernel.cpp | 137 unsigned int idx = num_arguments_per_3D_tensor() + num_arguments_per_2D_tensor(); in run()
|
D | CLDepthConvertLayerKernel.cpp | 118 unsigned int idx = 2 * num_arguments_per_3D_tensor(); // Skip the input and output parameters in configure()
|
D | CLFFTRadixStageKernel.cpp | 116 …unsigned int idx = (1 + (_run_in_place ? 0 : 1)) * num_arguments_per_3D_tensor(); // S… in configure()
|
D | CLGEMMLowpQuantizeDownInt32ScaleKernel.cpp | 140 unsigned int idx1 = num_arguments_per_3D_tensor(); in run()
|
D | CLROIPoolingLayerKernel.cpp | 127 unsigned int idx = 2 * num_arguments_per_3D_tensor() + num_arguments_per_1D_array(); in configure()
|
D | CLFillBorderKernel.cpp | 110 unsigned int idx = num_arguments_per_3D_tensor(); //Skip the tensor parameters in configure()
|
/external/ComputeLibrary/arm_compute/core/GLES_COMPUTE/ |
D | IGCKernel.h | 91 unsigned int num_arguments_per_3D_tensor() const;
|
/external/ComputeLibrary/src/core/GLES_COMPUTE/kernels/ |
D | GCDirectConvolutionLayerKernel.cpp | 325 … = (_bias == nullptr) ? 3 * num_arguments_per_3D_tensor() : (num_arguments_per_1D_tensor() + 3 * n… in configure() 423 unsigned int idx1 = 2 * num_arguments_per_3D_tensor(); in run()
|
D | GCSoftmaxLayerKernel.cpp | 82 unsigned int idx = 2 * num_arguments_per_3D_tensor(); //Skip the input and output parameters in configure() 147 unsigned int idx = 4 * num_arguments_per_3D_tensor(); //Skip the input and output parameters in configure()
|
D | GCCol2ImKernel.cpp | 111 unsigned int idx = 2 * num_arguments_per_3D_tensor(); in run()
|
D | GCFillBorderKernel.cpp | 124 unsigned int idx = num_arguments_per_3D_tensor(); //Skip the tensor parameters in configure()
|
D | GCWeightsReshapeKernel.cpp | 89 unsigned int idx = num_arguments_per_3D_tensor() + num_arguments_per_2D_tensor(); in configure()
|
D | GCScaleKernel.cpp | 143 unsigned int idx = 2 * num_arguments_per_3D_tensor(); //Skip the tensor parameters in configure()
|
D | GCNormalizePlanarYUVLayerKernel.cpp | 150 unsigned int idx = 2 * num_arguments_per_3D_tensor(); in run()
|
/external/ComputeLibrary/src/core/GLES_COMPUTE/ |
D | IGCKernel.cpp | 147 unsigned int IGCKernel::num_arguments_per_3D_tensor() const in num_arguments_per_3D_tensor() function in IGCKernel
|
/external/ComputeLibrary/src/core/CL/ |
D | ICLKernel.h | 202 constexpr static unsigned int num_arguments_per_3D_tensor() in num_arguments_per_3D_tensor() function
|