Lines Matching refs:dilation_width
251 inline ConvolutionOperatorTester& dilation(uint32_t dilation_height, uint32_t dilation_width) { in dilation() argument
253 assert(dilation_width >= 1); in dilation()
255 this->dilation_width_ = dilation_width; in dilation()
269 inline ConvolutionOperatorTester& dilation_width(uint32_t dilation_width) { in dilation_width() argument
270 assert(dilation_width >= 1); in dilation_width()
271 this->dilation_width_ = dilation_width; in dilation_width()
275 inline uint32_t dilation_width() const { in dilation_width() function
349 return (kernel_width() - 1) * dilation_width() + 1; in dilated_kernel_width()
559 … const size_t ix = ox * subsampling_width() + kx * dilation_width() - padding_left(); in TestNHWCxQS8()
583 … const size_t ix = ox * subsampling_width() + kx * dilation_width() - padding_left(); in TestNHWCxQS8()
627 dilation_height(), dilation_width(), in TestNHWCxQS8()
727 … const size_t ix = ox * subsampling_width() + kx * dilation_width() - padding_left(); in TestNHWCxQU8()
751 … const size_t ix = ox * subsampling_width() + kx * dilation_width() - padding_left(); in TestNHWCxQU8()
795 dilation_height(), dilation_width(), in TestNHWCxQU8()
891 … const size_t ix = ox * subsampling_width() + kx * dilation_width() - padding_left(); in TestNHWCxF32()
915 … const size_t ix = ox * subsampling_width() + kx * dilation_width() - padding_left(); in TestNHWCxF32()
956 dilation_height(), dilation_width(), in TestNHWCxF32()
1051 … const size_t ix = ox * subsampling_width() + kx * dilation_width() - padding_left(); in TestNHWCxF16()
1075 … const size_t ix = ox * subsampling_width() + kx * dilation_width() - padding_left(); in TestNHWCxF16()
1118 dilation_height(), dilation_width(), in TestNHWCxF16()
1215 … const size_t ix = ox * subsampling_width() + kx * dilation_width() - padding_left(); in TestNCHWxF32()
1243 … const size_t ix = ox * subsampling_width() + kx * dilation_width() - padding_left(); in TestNCHWxF32()
1267 … const size_t ix = ox * subsampling_width() + kx * dilation_width() - padding_left(); in TestNCHWxF32()
1309 dilation_height(), dilation_width(), in TestNCHWxF32()
1412 … const size_t ix = ox * subsampling_width() + kx * dilation_width() - padding_left(); in TestSetupNHWCxQS8()
1454 dilation_height(), dilation_width(), in TestSetupNHWCxQS8()
1529 … const size_t ix = ox * subsampling_width() + kx * dilation_width() - padding_left(); in TestSetupNHWCxQS8()
1640 … const size_t ix = ox * subsampling_width() + kx * dilation_width() - padding_left(); in TestSetupNHWCxQU8()
1682 dilation_height(), dilation_width(), in TestSetupNHWCxQU8()
1758 … const size_t ix = ox * subsampling_width() + kx * dilation_width() - padding_left(); in TestSetupNHWCxQU8()
1864 … const size_t ix = ox * subsampling_width() + kx * dilation_width() - padding_left(); in TestSetupNHWCxF16()
1904 dilation_height(), dilation_width(), in TestSetupNHWCxF16()
1975 … const size_t ix = ox * subsampling_width() + kx * dilation_width() - padding_left(); in TestSetupNHWCxF16()
2076 … const size_t ix = ox * subsampling_width() + kx * dilation_width() - padding_left(); in TestSetupNHWCxF32()
2115 dilation_height(), dilation_width(), in TestSetupNHWCxF32()
2189 … const size_t ix = ox * subsampling_width() + kx * dilation_width() - padding_left(); in TestSetupNHWCxF32()