Lines Matching refs:output_pixel_stride
361 inline DeconvolutionOperatorTester& output_pixel_stride(size_t output_pixel_stride) { in output_pixel_stride() argument
362 assert(output_pixel_stride >= 1); in output_pixel_stride()
363 this->output_pixel_stride_ = output_pixel_stride; in output_pixel_stride()
367 inline size_t output_pixel_stride() const { in output_pixel_stride() function
496 …_t> output((batch_size() * output_height() * output_width() - 1) * output_pixel_stride() + groups(… in TestQU8()
581 input_pixel_stride(), output_pixel_stride(), in TestQU8()
609 …(int32_t(output[((i * output_height() + y) * output_width() + x) * output_pixel_stride() + g * gro… in TestQU8()
611 …(int32_t(output[((i * output_height() + y) * output_width() + x) * output_pixel_stride() + g * gro… in TestQU8()
615 …double(output[((i * output_height() + y) * output_width() + x) * output_pixel_stride() + g * group… in TestQU8()
635 …at> output((batch_size() * output_height() * output_width() - 1) * output_pixel_stride() + groups(… in TestF32()
716 input_pixel_stride(), output_pixel_stride(), in TestF32()
742 …SSERT_GE(output[((i * output_height() + y) * output_width() + x) * output_pixel_stride() + g * gro… in TestF32()
744 …SSERT_LE(output[((i * output_height() + y) * output_width() + x) * output_pixel_stride() + g * gro… in TestF32()
748 …output[((i * output_height() + y) * output_width() + x) * output_pixel_stride() + g * group_output… in TestF32()
771 …(batch_size() * output_height() * output_width() - 1) * output_pixel_stride() + groups() * group_o… in TestSetupQU8()
772 …(next_batch_size() * next_output_height() * next_output_width() - 1) * output_pixel_stride() + gro… in TestSetupQU8()
858 input_pixel_stride(), output_pixel_stride(), in TestSetupQU8()
885 …(int32_t(output[((i * output_height() + y) * output_width() + x) * output_pixel_stride() + g * gro… in TestSetupQU8()
887 …(int32_t(output[((i * output_height() + y) * output_width() + x) * output_pixel_stride() + g * gro… in TestSetupQU8()
891 …double(output[((i * output_height() + y) * output_width() + x) * output_pixel_stride() + g * group… in TestSetupQU8()
971 …utput[((i * next_output_height() + y) * next_output_width() + x) * output_pixel_stride() + g * gro… in TestSetupQU8()
973 …utput[((i * next_output_height() + y) * next_output_width() + x) * output_pixel_stride() + g * gro… in TestSetupQU8()
977 …utput[((i * next_output_height() + y) * next_output_width() + x) * output_pixel_stride() + g * gro… in TestSetupQU8()
999 …(batch_size() * output_height() * output_width() - 1) * output_pixel_stride() + groups() * group_o… in TestSetupF32()
1000 …(next_batch_size() * next_output_height() * next_output_width() - 1) * output_pixel_stride() + gro… in TestSetupF32()
1078 input_pixel_stride(), output_pixel_stride(), in TestSetupF32()
1103 …SSERT_GE(output[((i * output_height() + y) * output_width() + x) * output_pixel_stride() + g * gro… in TestSetupF32()
1105 …SSERT_LE(output[((i * output_height() + y) * output_width() + x) * output_pixel_stride() + g * gro… in TestSetupF32()
1109 …output[((i * output_height() + y) * output_width() + x) * output_pixel_stride() + g * group_output… in TestSetupF32()
1188 …utput[((i * next_output_height() + y) * next_output_width() + x) * output_pixel_stride() + g * gro… in TestSetupF32()
1190 …utput[((i * next_output_height() + y) * next_output_width() + x) * output_pixel_stride() + g * gro… in TestSetupF32()
1194 …utput[((i * next_output_height() + y) * next_output_width() + x) * output_pixel_stride() + g * gro… in TestSetupF32()