2D Image filtering/convolution. More...
Device pointer interface: Image filtering. | ||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||
| afError | af_filter_S (float *d_out, unsigned xi, unsigned yi, const float *d_in, unsigned xf, unsigned yf, const float *d_filter, unsigned type, float value, bool conv, bool full, unsigned batchA, unsigned batchF) | |||||||||||||||||||||||||||||||||||||||
| Single precision, Image filtering. | ||||||||||||||||||||||||||||||||||||||||
| afError | af_filter_D (double *d_out, unsigned xi, unsigned yi, const double *d_in, unsigned xf, unsigned yf, const double *d_filter, unsigned type, float value, bool conv, bool full, unsigned batchA, unsigned batchF) | |||||||||||||||||||||||||||||||||||||||
| Double precision, Image filtering. | ||||||||||||||||||||||||||||||||||||||||
2D Image filtering/convolution.
| afError af_filter_S | ( | float * | d_out, |
| unsigned | xi, | ||
| unsigned | yi, | ||
| const float * | d_in, | ||
| unsigned | xf, | ||
| unsigned | yf, | ||
| const float * | d_filter, | ||
| unsigned | type, | ||
| float | value, | ||
| bool | conv, | ||
| bool | full, | ||
| unsigned | batchA, | ||
| unsigned | batchF | ||
| ) |
Single precision, Image filtering.
| afError af_filter_D | ( | double * | d_out, |
| unsigned | xi, | ||
| unsigned | yi, | ||
| const double * | d_in, | ||
| unsigned | xf, | ||
| unsigned | yf, | ||
| const double * | d_filter, | ||
| unsigned | type, | ||
| float | value, | ||
| bool | conv, | ||
| bool | full, | ||
| unsigned | batchA, | ||
| unsigned | batchF | ||
| ) |
Double precision, Image filtering.