Simd Library Documentation.

Home | Release Notes | Download | Documentation | Issues | GitHub
Deprecated List
Global Simd::HogDirectionHistograms (const View< A > &src, const Point< ptrdiff_t > &cell, size_t quantization, float *histograms)
This function will be removed in the nearest future.
Global Simd::NeuralConvert (const View< A > &src, float *dst, size_t stride, bool inversion)
This function will be removed in the nearest future.
Global Simd::VectorProduct (const uint8_t *vertical, const uint8_t *horizontal, View< A > &dst)
This function will be removed in the nearest future.
Global SimdHogDeinterleave (const float *src, size_t srcStride, size_t width, size_t height, size_t count, float **dst, size_t dstStride)
This function will be removed in the nearest future.
Global SimdHogDirectionHistograms (const uint8_t *src, size_t stride, size_t width, size_t height, size_t cellX, size_t cellY, size_t quantization, float *histograms)
This function will be removed in the nearest future.
Global SimdHogExtractFeatures (const uint8_t *src, size_t stride, size_t width, size_t height, float *features)
This function will be removed in the nearest future.
Global SimdHogFilterSeparable (const float *src, size_t srcStride, size_t width, size_t height, const float *rowFilter, size_t rowSize, const float *colFilter, size_t colSize, float *dst, size_t dstStride, int add)
This function will be removed in the nearest future.
Global SimdNeuralAdaptiveGradientUpdate (const float *delta, size_t size, size_t batch, const float *alpha, const float *epsilon, float *gradient, float *weight)
This function will be removed in the nearest future.
Global SimdNeuralAddConvolution2x2Backward (const float *src, size_t srcStride, size_t width, size_t height, const float *weights, float *dst, size_t dstStride)
This function will be removed in the nearest future.
Global SimdNeuralAddConvolution2x2Forward (const float *src, size_t srcStride, size_t width, size_t height, const float *weights, float *dst, size_t dstStride)
This function will be removed in the nearest future.
Global SimdNeuralAddConvolution2x2Sum (const float *src, size_t srcStride, const float *dst, size_t dstStride, size_t width, size_t height, float *sums)
This function will be removed in the nearest future.
Global SimdNeuralAddConvolution3x3Backward (const float *src, size_t srcStride, size_t width, size_t height, const float *weights, float *dst, size_t dstStride)
This function will be removed in the nearest future.
Global SimdNeuralAddConvolution3x3Forward (const float *src, size_t srcStride, size_t width, size_t height, const float *weights, float *dst, size_t dstStride)
This function will be removed in the nearest future.
Global SimdNeuralAddConvolution3x3Sum (const float *src, size_t srcStride, const float *dst, size_t dstStride, size_t width, size_t height, float *sums)
This function will be removed in the nearest future.
Global SimdNeuralAddConvolution4x4Backward (const float *src, size_t srcStride, size_t width, size_t height, const float *weights, float *dst, size_t dstStride)
This function will be removed in the nearest future.
Global SimdNeuralAddConvolution4x4Forward (const float *src, size_t srcStride, size_t width, size_t height, const float *weights, float *dst, size_t dstStride)
This function will be removed in the nearest future.
Global SimdNeuralAddConvolution4x4Sum (const float *src, size_t srcStride, const float *dst, size_t dstStride, size_t width, size_t height, float *sums)
This function will be removed in the nearest future.
Global SimdNeuralAddConvolution5x5Backward (const float *src, size_t srcStride, size_t width, size_t height, const float *weights, float *dst, size_t dstStride)
This function will be removed in the nearest future.
Global SimdNeuralAddConvolution5x5Forward (const float *src, size_t srcStride, size_t width, size_t height, const float *weights, float *dst, size_t dstStride)
This function will be removed in the nearest future.
Global SimdNeuralAddConvolution5x5Sum (const float *src, size_t srcStride, const float *dst, size_t dstStride, size_t width, size_t height, float *sums)
This function will be removed in the nearest future.
Global SimdNeuralAddValue (const float *value, float *dst, size_t size)
This function will be removed in the nearest future.
Global SimdNeuralAddVector (const float *src, size_t size, float *dst)
This function will be removed in the nearest future.
Global SimdNeuralAddVectorMultipliedByValue (const float *src, size_t size, const float *value, float *dst)
This function will be removed in the nearest future.
Global SimdNeuralConvert (const uint8_t *src, size_t srcStride, size_t width, size_t height, float *dst, size_t dstStride, int inversion)
This function will be removed in the nearest future.
Global SimdNeuralConvolutionForward (const float *src, size_t srcWidth, size_t srcHeight, size_t srcDepth, const float *weight, size_t kernelX, size_t kernelY, size_t padX, size_t padY, size_t strideX, size_t strideY, size_t dilationX, size_t dilationY, void *buffer, size_t *size, float *dst, size_t dstWidth, size_t dstHeight, size_t dstDepth, int add)
This function will be removed in the nearest future.
Global SimdNeuralDerivativeRelu (const float *src, size_t size, const float *slope, float *dst)
This function will be removed in the nearest future.
Global SimdNeuralDerivativeSigmoid (const float *src, size_t size, const float *slope, float *dst)
This function will be removed in the nearest future.
Global SimdNeuralDerivativeTanh (const float *src, size_t size, const float *slope, float *dst)
This function will be removed in the nearest future.
Global SimdNeuralPooling1x1Max3x3 (const float *src, size_t srcStride, size_t width, size_t height, float *dst, size_t dstStride)
This function will be removed in the nearest future.
Global SimdNeuralPooling2x2Max2x2 (const float *src, size_t srcStride, size_t width, size_t height, float *dst, size_t dstStride)
This function will be removed in the nearest future.
Global SimdNeuralPow (const float *src, size_t size, const float *exponent, float *dst)
This function will be removed in the nearest future.
Global SimdNeuralProductSum (const float *a, const float *b, size_t size, float *sum)
This function will be removed in the nearest future.
Global SimdNeuralUpdateWeights (const float *x, size_t size, const float *a, const float *b, float *d, float *w)
This function will be removed in the nearest future.
Global SimdVectorProduct (const uint8_t *vertical, const uint8_t *horizontal, uint8_t *dst, size_t stride, size_t width, size_t height)
This function will be removed in the nearest future.