Home
last modified time | relevance | path

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

12

/external/ComputeLibrary/src/core/CL/kernels/
DCLGEMMMatrixVectorMultiplyKernel.cpp115 …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()
DCLBatchNormalizationLayerKernel.cpp160 …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()
DCLReshapeLayerKernel.cpp86 unsigned int idx = 2 * num_arguments_per_3D_tensor(); // Skip the input and output parameters in configure()
DCLFFTScaleKernel.cpp102 …unsigned int idx = (1 + (_run_in_place ? 0 : 1)) * num_arguments_per_3D_tensor(); // Skip the inpu… in configure()
DCLDepthConcatenateLayerKernel.cpp123 unsigned int idx = 2 * num_arguments_per_3D_tensor(); // Skip the input and output parameters in run_op()
DCLGEMMLowpQuantizeDownInt32ScaleByFixedPointKernel.cpp135 unsigned int idx1 = num_arguments_per_3D_tensor(); in run()
DCLGEMMLowpQuantizeDownInt32ScaleByFloatKernel.cpp142 unsigned int idx1 = num_arguments_per_3D_tensor(); in run()
DCLDequantizationLayerKernel.cpp146 unsigned int idx = num_arguments_per_3D_tensor() * 2; //Skip the input and output parameters in run()
DCLBatchConcatenateLayerKernel.cpp138 unsigned int idx = 2 * num_arguments_per_3D_tensor(); // Skip the input and output parameters in run_op()
DCLWeightsReshapeKernel.cpp137 unsigned int idx = num_arguments_per_3D_tensor() + num_arguments_per_2D_tensor(); in run()
DCLDepthConvertLayerKernel.cpp118 unsigned int idx = 2 * num_arguments_per_3D_tensor(); // Skip the input and output parameters in configure()
DCLFFTRadixStageKernel.cpp116 …unsigned int idx = (1 + (_run_in_place ? 0 : 1)) * num_arguments_per_3D_tensor(); // S… in configure()
DCLGEMMLowpQuantizeDownInt32ScaleKernel.cpp140 unsigned int idx1 = num_arguments_per_3D_tensor(); in run()
DCLROIPoolingLayerKernel.cpp127 unsigned int idx = 2 * num_arguments_per_3D_tensor() + num_arguments_per_1D_array(); in configure()
DCLFillBorderKernel.cpp110 unsigned int idx = num_arguments_per_3D_tensor(); //Skip the tensor parameters in configure()
/external/ComputeLibrary/arm_compute/core/GLES_COMPUTE/
DIGCKernel.h91 unsigned int num_arguments_per_3D_tensor() const;
/external/ComputeLibrary/src/core/GLES_COMPUTE/kernels/
DGCDirectConvolutionLayerKernel.cpp325 … = (_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()
DGCSoftmaxLayerKernel.cpp82 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()
DGCCol2ImKernel.cpp111 unsigned int idx = 2 * num_arguments_per_3D_tensor(); in run()
DGCFillBorderKernel.cpp124 unsigned int idx = num_arguments_per_3D_tensor(); //Skip the tensor parameters in configure()
DGCWeightsReshapeKernel.cpp89 unsigned int idx = num_arguments_per_3D_tensor() + num_arguments_per_2D_tensor(); in configure()
DGCScaleKernel.cpp143 unsigned int idx = 2 * num_arguments_per_3D_tensor(); //Skip the tensor parameters in configure()
DGCNormalizePlanarYUVLayerKernel.cpp150 unsigned int idx = 2 * num_arguments_per_3D_tensor(); in run()
/external/ComputeLibrary/src/core/GLES_COMPUTE/
DIGCKernel.cpp147 unsigned int IGCKernel::num_arguments_per_3D_tensor() const in num_arguments_per_3D_tensor() function in IGCKernel
/external/ComputeLibrary/src/core/CL/
DICLKernel.h202 constexpr static unsigned int num_arguments_per_3D_tensor() in num_arguments_per_3D_tensor() function

12