Home
last modified time | relevance | path

Searched defs:stride (Results 1 – 25 of 89) sorted by relevance

1234

/packages/apps/Gallery2/jni/filters/
Dkmeans.h26 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/
DImageHashManager.cpp29 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/
DOperationsUtils.h148 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/
DPixelMemHandleFuzzer.cpp38 uint32_t stride = frame.stride(); in convertToInputFrame() local
67 uint64_t stride = frame.stride(); in isValid() local
/packages/services/Car/cpp/evs/support_library/
DFrame.h27 unsigned stride; member
/packages/modules/NeuralNetworks/runtime/test/specs/V1_0/
Dconv_float_weights_as_inputs.mod.py23 stride = Int32Scalar("stride", 1) variable
Dconv_float_2.mod.py23 stride = Int32Scalar("stride", 1) variable
Dconv_quant8.mod.py25 stride = Int32Scalar("stride", 1) variable
Dconv_quant8_overflow_weights_as_inputs.mod.py23 stride = Int32Scalar("stride", 1) variable
Dconv_quant8_channels_weights_as_inputs.mod.py23 stride = Int32Scalar("stride", 1) variable
Dconv_quant8_large.mod.py23 stride = Int32Scalar("stride", 1) variable
Dconv_float_large_weights_as_inputs.mod.py23 stride = Int32Scalar("stride", 1) variable
Dconv_float_channels.mod.py23 stride = Int32Scalar("stride", 1) variable
Dconv_float_large.mod.py23 stride = Int32Scalar("stride", 1) variable
Dconv_quant8_large_weights_as_inputs.mod.py23 stride = Int32Scalar("stride", 1) variable
Dconv_float_channels_weights_as_inputs.mod.py23 stride = Int32Scalar("stride", 1) variable
Dconv_quant8_overflow.mod.py23 stride = Int32Scalar("stride", 1) variable
Dconv_quant8_weights_as_inputs.mod.py23 stride = Int32Scalar("stride", 1) variable
Dconv_float.mod.py23 stride = Int32Scalar("stride", 1) variable
Dconv_quant8_channels.mod.py23 stride = Int32Scalar("stride", 1) variable
Ddepthwise_conv2d_float.mod.py23 stride = Int32Scalar("stride", 1) variable
/packages/modules/NeuralNetworks/tools/test_generator/tests/P_backward_compatibility_quant8/
Ddepthwise_conv2d_quant8.mod.py21 stride = Int32Scalar("stride", 1) variable
/packages/modules/NeuralNetworks/tools/test_generator/tests/P_float/
Dconv_float.mod.py21 stride = Int32Scalar("stride", 1) variable
/packages/modules/NeuralNetworks/tools/test_generator/tests/P_quant8/
Dconv_quant8.mod.py21 stride = Int32Scalar("stride", 1) variable
/packages/modules/NeuralNetworks/tools/test_generator/tests/P_vts_backward_compatibility_quant8/
Ddepthwise_conv2d_quant8.mod.py21 stride = Int32Scalar("stride", 1) variable

1234