Lines Matching refs:dilation_width
263 inline MaxPoolingOperatorTester& dilation(uint32_t dilation_height, uint32_t dilation_width) { in dilation() argument
265 assert(dilation_width >= 1); in dilation()
267 this->dilation_width_ = dilation_width; in dilation()
281 inline MaxPoolingOperatorTester& dilation_width(uint32_t dilation_width) { in dilation_width() function
282 assert(dilation_width >= 1); in dilation_width()
283 this->dilation_width_ = dilation_width; in dilation_width()
287 inline uint32_t dilation_width() const { in dilation_width() function
296 return (pooling_width() - 1) * dilation_width() + 1; in dilated_pooling_width()
471 const size_t ix = ox * stride_width() + px * dilation_width() - padding_left(); in TestU8()
496 dilation_height(), dilation_width(), in TestU8()
554 const size_t ix = ox * stride_width() + px * dilation_width() - padding_left(); in TestF32()
593 dilation_height(), dilation_width(), in TestF32()
657 const size_t ix = ox * stride_width() + px * dilation_width() - padding_left(); in TestSetupU8()
681 dilation_height(), dilation_width(), in TestSetupU8()
728 const size_t ix = ox * stride_width() + px * dilation_width() - padding_left(); in TestSetupU8()
797 const size_t ix = ox * stride_width() + px * dilation_width() - padding_left(); in TestSetupF32()
835 dilation_height(), dilation_width(), in TestSetupF32()
882 const size_t ix = ox * stride_width() + px * dilation_width() - padding_left(); in TestSetupF32()