Lines Matching full:groups
201 inline DeconvolutionOperatorTester& groups(uint32_t groups) { in groups() function
202 assert(groups >= 1); in groups()
203 this->groups_ = groups; in groups()
207 inline uint32_t groups() const { in groups() function
354 return group_input_channels() * groups(); in input_pixel_stride()
356 assert(this->input_pixel_stride_ >= group_input_channels() * groups()); in input_pixel_stride()
369 return group_output_channels() * groups(); in output_pixel_stride()
371 assert(this->output_pixel_stride_ >= group_output_channels() * groups()); in output_pixel_stride()
493 …(batch_size() * input_height() * input_width() - 1) * input_pixel_stride() + groups() * group_inpu… in TestQU8()
494 …std::vector<uint8_t> kernel(groups() * group_output_channels() * kernel_height() * kernel_width() … in TestQU8()
495 std::vector<int32_t> bias(groups() * group_output_channels()); in TestQU8()
496 …size() * output_height() * output_width() - 1) * output_pixel_stride() + groups() * group_output_c… in TestQU8()
497 …std::vector<int32_t> accumulators(batch_size() * output_height() * output_width() * groups() * gro… in TestQU8()
498 …std::vector<double> output_ref(batch_size() * output_height() * output_width() * groups() * group_… in TestQU8()
514 for (size_t g = 0; g < groups(); g++) { in TestQU8()
516 …accumulators[(((i * output_height() + oy) * output_width() + ox) * groups() + g) * group_output_ch… in TestQU8()
537 for (size_t g = 0; g < groups(); g++) { in TestQU8()
540 …accumulators[(((i * output_height() + oy) * output_width() + ox) * groups() + g) * group_output_ch… in TestQU8()
580 groups(), group_input_channels(), group_output_channels(), in TestQU8()
607 for (size_t g = 0; g < groups(); g++) { in TestQU8()
614 …output_ref[(((i * output_height() + y) * output_width() + x) * groups() + g) * group_output_channe… in TestQU8()
632 …(batch_size() * input_height() * input_width() - 1) * input_pixel_stride() + groups() * group_inpu… in TestF32()
633 …std::vector<float> kernel(groups() * group_output_channels() * kernel_height() * kernel_width() * … in TestF32()
634 std::vector<float> bias(groups() * group_output_channels()); in TestF32()
635 …size() * output_height() * output_width() - 1) * output_pixel_stride() + groups() * group_output_c… in TestF32()
636 …std::vector<float> output_ref(batch_size() * output_height() * output_width() * groups() * group_o… in TestF32()
650 for (size_t g = 0; g < groups(); g++) { in TestF32()
652 …output_ref[(((i * output_height() + oy) * output_width() + ox) * groups() + g) * group_output_chan… in TestF32()
673 for (size_t g = 0; g < groups(); g++) { in TestF32()
676 …output_ref[(((i * output_height() + oy) * output_width() + ox) * groups() + g) * group_output_chan… in TestF32()
715 groups(), group_input_channels(), group_output_channels(), in TestF32()
740 for (size_t g = 0; g < groups(); g++) { in TestF32()
747 …output_ref[(((i * output_height() + y) * output_width() + x) * groups() + g) * group_output_channe… in TestF32()
749 … std::abs(output_ref[(((i * output_height() + y) * output_width() + x) * groups() + g) * group_out… in TestF32()
766 …(batch_size() * input_height() * input_width() - 1) * input_pixel_stride() + groups() * group_inpu… in TestSetupQU8()
767 …* next_input_height() * next_input_width() - 1) * input_pixel_stride() + groups() * group_input_ch… in TestSetupQU8()
768 …std::vector<uint8_t> kernel(groups() * group_output_channels() * kernel_height() * kernel_width() … in TestSetupQU8()
769 std::vector<int32_t> bias(groups() * group_output_channels()); in TestSetupQU8()
771 …(batch_size() * output_height() * output_width() - 1) * output_pixel_stride() + groups() * group_o… in TestSetupQU8()
772 …ext_output_height() * next_output_width() - 1) * output_pixel_stride() + groups() * group_output_c… in TestSetupQU8()
773 …std::vector<int32_t> accumulators(batch_size() * output_height() * output_width() * groups() * gro… in TestSetupQU8()
774 …std::vector<double> output_ref(batch_size() * output_height() * output_width() * groups() * group_… in TestSetupQU8()
775 …ulators(next_batch_size() * next_output_height() * next_output_width() * groups() * group_output_c… in TestSetupQU8()
776 …put_ref(next_batch_size() * next_output_height() * next_output_width() * groups() * group_output_c… in TestSetupQU8()
792 for (size_t g = 0; g < groups(); g++) { in TestSetupQU8()
794 …accumulators[(((i * output_height() + oy) * output_width() + ox) * groups() + g) * group_output_ch… in TestSetupQU8()
815 for (size_t g = 0; g < groups(); g++) { in TestSetupQU8()
818 …accumulators[(((i * output_height() + oy) * output_width() + ox) * groups() + g) * group_output_ch… in TestSetupQU8()
857 groups(), group_input_channels(), group_output_channels(), in TestSetupQU8()
883 for (size_t g = 0; g < groups(); g++) { in TestSetupQU8()
890 …output_ref[(((i * output_height() + y) * output_width() + x) * groups() + g) * group_output_channe… in TestSetupQU8()
909 for (size_t g = 0; g < groups(); g++) { in TestSetupQU8()
911 …mulators[(((i * next_output_height() + oy) * next_output_width() + ox) * groups() + g) * group_out… in TestSetupQU8()
932 for (size_t g = 0; g < groups(); g++) { in TestSetupQU8()
935 …mulators[(((i * next_output_height() + oy) * next_output_width() + ox) * groups() + g) * group_out… in TestSetupQU8()
969 for (size_t g = 0; g < groups(); g++) { in TestSetupQU8()
976 …output_ref[(((i * next_output_height() + y) * next_output_width() + x) * groups() + g) * group_out… in TestSetupQU8()
994 …(batch_size() * input_height() * input_width() - 1) * input_pixel_stride() + groups() * group_inpu… in TestSetupF32()
995 …* next_input_height() * next_input_width() - 1) * input_pixel_stride() + groups() * group_input_ch… in TestSetupF32()
996 …std::vector<float> kernel(groups() * group_output_channels() * kernel_height() * kernel_width() * … in TestSetupF32()
997 std::vector<float> bias(groups() * group_output_channels()); in TestSetupF32()
999 …(batch_size() * output_height() * output_width() - 1) * output_pixel_stride() + groups() * group_o… in TestSetupF32()
1000 …ext_output_height() * next_output_width() - 1) * output_pixel_stride() + groups() * group_output_c… in TestSetupF32()
1001 …std::vector<float> output_ref(batch_size() * output_height() * output_width() * groups() * group_o… in TestSetupF32()
1002 …put_ref(next_batch_size() * next_output_height() * next_output_width() * groups() * group_output_c… in TestSetupF32()
1015 for (size_t g = 0; g < groups(); g++) { in TestSetupF32()
1017 …output_ref[(((i * output_height() + oy) * output_width() + ox) * groups() + g) * group_output_chan… in TestSetupF32()
1038 for (size_t g = 0; g < groups(); g++) { in TestSetupF32()
1041 …output_ref[(((i * output_height() + oy) * output_width() + ox) * groups() + g) * group_output_chan… in TestSetupF32()
1077 groups(), group_input_channels(), group_output_channels(), in TestSetupF32()
1101 for (size_t g = 0; g < groups(); g++) { in TestSetupF32()
1108 …output_ref[(((i * output_height() + y) * output_width() + x) * groups() + g) * group_output_channe… in TestSetupF32()
1110 … std::abs(output_ref[(((i * output_height() + y) * output_width() + x) * groups() + g) * group_out… in TestSetupF32()
1127 for (size_t g = 0; g < groups(); g++) { in TestSetupF32()
1129 …tput_ref[(((i * next_output_height() + oy) * next_output_width() + ox) * groups() + g) * group_out… in TestSetupF32()
1150 for (size_t g = 0; g < groups(); g++) { in TestSetupF32()
1153 …tput_ref[(((i * next_output_height() + oy) * next_output_width() + ox) * groups() + g) * group_out… in TestSetupF32()
1186 for (size_t g = 0; g < groups(); g++) { in TestSetupF32()
1193 …output_ref[(((i * next_output_height() + y) * next_output_width() + x) * groups() + g) * group_out… in TestSetupF32()
1195 …output_ref[(((i * next_output_height() + y) * next_output_width() + x) * groups() + g) * group_out… in TestSetupF32()