/packages/apps/Gallery2/jni/filters/ |
D | kmeans.h | 26 inline void sum(T values[], int len, int dimension, int stride, N dst[]) { in sum() 88 void initialPickHeuristicRandom(int k, T values[], int len, int dimension, int stride, T dst[], in initialPickHeuristicRandom() 123 inline int findClosest(T values[], T oldCenters[], int dimension, int stride, int pop_size) { in findClosest() 141 int calculateNewCentroids(int k, T values[], int len, int dimension, int stride, T oldCenters[], in calculateNewCentroids() 179 void runKMeansWithPicks(int k, T finalCentroids[], T values[], int len, int dimension, int stride, in runKMeansWithPicks() 209 void runKMeans(int k, T finalCentroids[], T values[], int len, int dimension, int stride, in runKMeans() 223 void applyCentroids(int k, T centroids[], T values[], int len, int dimension, int stride) { in applyCentroids()
|
/packages/modules/ExtServices/native/ |
D | ImageHashManager.cpp | 29 int32_t stride, std::array<uint8_t, 8>* outImageHash) { in generatePHash() 72 int32_t stride = bufferDesc.stride > 0 ? bufferDesc.stride : bufferDesc.width; in generateHash() local
|
/packages/modules/NeuralNetworks/common/include/ |
D | OperationsUtils.h | 148 inline int32_t computeOutSize(int32_t imageSize, int32_t filterSize, int32_t stride, in computeOutSize() 153 inline int32_t computeOutSize(int32_t imageSize, int32_t filterSize, int32_t stride, in computeOutSize() 159 inline int32_t computeOutSizeTransposeConv(int32_t imageSize, int32_t filterSize, int32_t stride, in computeOutSizeTransposeConv() 199 inline void calculateExplicitPadding(int32_t in_size, int32_t stride, int32_t dilation_factor, in calculateExplicitPadding() 206 inline void calculateExplicitPadding(int32_t in_size, int32_t stride, int32_t filter_size, in calculateExplicitPadding() 213 inline void calculateExplicitPaddingTransposeConv(int32_t in_size, int32_t stride, in calculateExplicitPaddingTransposeConv()
|
/packages/services/Car/cpp/computepipe/tests/fuzz/ |
D | PixelMemHandleFuzzer.cpp | 38 uint32_t stride = frame.stride(); in convertToInputFrame() local 67 uint64_t stride = frame.stride(); in isValid() local
|
/packages/services/Car/cpp/evs/support_library/ |
D | Frame.h | 27 unsigned stride; member
|
/packages/modules/NeuralNetworks/runtime/test/specs/V1_0/ |
D | conv_float_weights_as_inputs.mod.py | 23 stride = Int32Scalar("stride", 1) variable
|
D | conv_float_2.mod.py | 23 stride = Int32Scalar("stride", 1) variable
|
D | conv_quant8.mod.py | 25 stride = Int32Scalar("stride", 1) variable
|
D | conv_quant8_overflow_weights_as_inputs.mod.py | 23 stride = Int32Scalar("stride", 1) variable
|
D | conv_quant8_channels_weights_as_inputs.mod.py | 23 stride = Int32Scalar("stride", 1) variable
|
D | conv_quant8_large.mod.py | 23 stride = Int32Scalar("stride", 1) variable
|
D | conv_float_large_weights_as_inputs.mod.py | 23 stride = Int32Scalar("stride", 1) variable
|
D | conv_float_channels.mod.py | 23 stride = Int32Scalar("stride", 1) variable
|
D | conv_float_large.mod.py | 23 stride = Int32Scalar("stride", 1) variable
|
D | conv_quant8_large_weights_as_inputs.mod.py | 23 stride = Int32Scalar("stride", 1) variable
|
D | conv_float_channels_weights_as_inputs.mod.py | 23 stride = Int32Scalar("stride", 1) variable
|
D | conv_quant8_overflow.mod.py | 23 stride = Int32Scalar("stride", 1) variable
|
D | conv_quant8_weights_as_inputs.mod.py | 23 stride = Int32Scalar("stride", 1) variable
|
D | conv_float.mod.py | 23 stride = Int32Scalar("stride", 1) variable
|
D | conv_quant8_channels.mod.py | 23 stride = Int32Scalar("stride", 1) variable
|
D | depthwise_conv2d_float.mod.py | 23 stride = Int32Scalar("stride", 1) variable
|
/packages/modules/NeuralNetworks/tools/test_generator/tests/P_backward_compatibility_quant8/ |
D | depthwise_conv2d_quant8.mod.py | 21 stride = Int32Scalar("stride", 1) variable
|
/packages/modules/NeuralNetworks/tools/test_generator/tests/P_float/ |
D | conv_float.mod.py | 21 stride = Int32Scalar("stride", 1) variable
|
/packages/modules/NeuralNetworks/tools/test_generator/tests/P_quant8/ |
D | conv_quant8.mod.py | 21 stride = Int32Scalar("stride", 1) variable
|
/packages/modules/NeuralNetworks/tools/test_generator/tests/P_vts_backward_compatibility_quant8/ |
D | depthwise_conv2d_quant8.mod.py | 21 stride = Int32Scalar("stride", 1) variable
|