Home
last modified time | relevance | path

Searched refs:num_arguments_per_2D_tensor (Results 1 – 25 of 32) sorted by relevance

12

/external/ComputeLibrary/src/core/CL/kernels/
DCLAccumulateKernel.cpp73 unsigned int idx = 2 * num_arguments_per_2D_tensor(); //Skip the input and output parameters in configure()
95 unsigned int idx = 2 * num_arguments_per_2D_tensor(); //Skip the input and output parameters in configure()
DCLGEMMMatrixMultiplyNativeKernel.cpp367 idx0 = 4 * num_arguments_per_2D_tensor() + 4; in run()
371 idx0 = 3 * num_arguments_per_2D_tensor() + 3; in run()
383 idx0 = 4 * num_arguments_per_2D_tensor() + 4 + (_reinterpret_input_as_3d ? 1 : 0); in run()
387 idx0 = 3 * num_arguments_per_2D_tensor() + 3 + (_reinterpret_input_as_3d ? 1 : 0); in run()
DCLFastCornersKernel.cpp78 unsigned int idx = 2 * num_arguments_per_2D_tensor(); // Skip the input and output parameters in configure()
168 unsigned int idx = num_arguments_per_2D_tensor(); // Skip the input and output parameters in configure()
DCLGEMMMatrixVectorMultiplyKernel.cpp115 …unsigned int idx = num_arguments_per_3D_tensor() + num_arguments_per_2D_tensor() + num_arguments_p… in configure()
171 unsigned int idx_2 = num_arguments_per_3D_tensor() + num_arguments_per_2D_tensor(); in run()
DCLL2NormalizeLayerKernel.cpp127 idx = num_arguments_per_2D_tensor() * 3; in configure()
131 idx = num_arguments_per_2D_tensor() * 3; in configure()
DCLThresholdKernel.cpp67 unsigned int idx = 2 * num_arguments_per_2D_tensor(); //Skip the input and output parameters in configure()
DCLTableLookupKernel.cpp57 unsigned int idx = 2 * num_arguments_per_2D_tensor(); //Skip the input and output parameters in configure()
DCLHistogramKernel.cpp93 unsigned int idx = num_arguments_per_2D_tensor(); //Skip the input and output parameters in configure()
204 unsigned int idx = num_arguments_per_2D_tensor(); //Skip the input and output parameters in configure()
DCLMinMaxLocationKernel.cpp121 unsigned int idx = num_arguments_per_2D_tensor(); //Skip the input and output parameters in configure()
207 unsigned int idx = num_arguments_per_2D_tensor(); //Skip the input and output parameters in configure()
DCLWarpPerspectiveKernel.cpp88 unsigned int idx = 2 * num_arguments_per_2D_tensor(); //Skip the input and output parameters in configure()
DCLLKTrackerKernel.cpp200 unsigned int idx = 3 * num_arguments_per_2D_tensor(); in configure()
289 unsigned int idx = num_arguments_per_2D_tensor(); in configure()
DCLRemapKernel.cpp94 unsigned int idx = 4 * num_arguments_per_2D_tensor(); //Skip the input and output parameters in configure()
DCLGEMMMatrixMultiplyKernel.cpp497 const unsigned int num_arguments_bias = _add_bias ? num_arguments_per_2D_tensor() + 1 : 0; in run()
502 …const unsigned int idx0 = 3 * num_arguments_per_2D_tensor() + 3 + num_arguments_b… in run()
510 …const unsigned int idx0 = 3 * num_arguments_per_2D_tensor() + 3 + (_reinterpret_i… in run()
DCLGEMMLowpMatrixMultiplyNativeKernel.cpp300 const unsigned int idx0 = 3 * num_arguments_per_2D_tensor() + 3; in run()
308 …const unsigned int idx0 = 3 * num_arguments_per_2D_tensor() + 3 + (_reinterpret_i… in run()
DCLWarpAffineKernel.cpp89 unsigned int idx = 2 * num_arguments_per_2D_tensor(); //Skip the input and output parameters in configure()
DCLMeanStdDevKernel.cpp92 unsigned int idx = num_arguments_per_2D_tensor(); //Skip the input parameters in configure()
DCLCannyEdgeKernel.cpp152 unsigned int idx = 3 * num_arguments_per_2D_tensor(); //Skip the input and output parameters in configure()
243 unsigned int idx = 6 * num_arguments_per_2D_tensor(); //Skip the input and output parameters in configure()
DCLHarrisCornersKernel.cpp94 unsigned int idx = 3 * num_arguments_per_2D_tensor(); //Skip the input and output parameters in configure()
DCLWeightsReshapeKernel.cpp137 unsigned int idx = num_arguments_per_3D_tensor() + num_arguments_per_2D_tensor(); in run()
DCLHOGDetectorKernel.cpp93 unsigned int idx = num_arguments_per_2D_tensor(); // Skip the input parameters in configure()
DCLGEMMLowpMatrixMultiplyReshapedOnlyRHSKernel.cpp504 const unsigned int idx0 = 3 * num_arguments_per_2D_tensor() + 3; in run()
512 …const unsigned int idx0 = 3 * num_arguments_per_2D_tensor() + 3 + (_reinterpret_i… in run()
/external/ComputeLibrary/arm_compute/core/GLES_COMPUTE/
DIGCKernel.h86 unsigned int num_arguments_per_2D_tensor() const;
/external/ComputeLibrary/src/core/GLES_COMPUTE/kernels/
DGCWeightsReshapeKernel.cpp89 unsigned int idx = num_arguments_per_3D_tensor() + num_arguments_per_2D_tensor(); in configure()
/external/ComputeLibrary/src/core/GLES_COMPUTE/
DIGCKernel.cpp142 unsigned int IGCKernel::num_arguments_per_2D_tensor() const in num_arguments_per_2D_tensor() function in IGCKernel
/external/ComputeLibrary/src/core/CL/
DICLKernel.h194 constexpr static unsigned int num_arguments_per_2D_tensor() in num_arguments_per_2D_tensor() function

12