• Home
  • Raw
  • Download

Lines Matching refs:next_output_width

400   inline size_t next_output_width() const {  in next_output_width()  function
641 …(next_batch_size() * next_output_height() * next_output_width() - 1) * output_pixel_stride() + cha… in TestSetupU8()
643 …std::vector<float> next_output_ref(next_batch_size() * next_output_height() * next_output_width() … in TestSetupU8()
722 for (size_t ox = 0; ox < next_output_width(); ox++) { in TestSetupU8()
737 …next_output_ref[((i * next_output_height() + oy) * next_output_width() + ox) * channels() + c] = m… in TestSetupU8()
757 for (size_t x = 0; x < next_output_width(); x++) { in TestSetupU8()
759 …ASSERT_LE(uint32_t(output[((i * next_output_height() + y) * next_output_width() + x) * output_pixe… in TestSetupU8()
760 …ASSERT_GE(uint32_t(output[((i * next_output_height() + y) * next_output_width() + x) * output_pixe… in TestSetupU8()
761 …SSERT_EQ(uint32_t(next_output_ref[((i * next_output_height() + y) * next_output_width() + x) * cha… in TestSetupU8()
762 …uint32_t(output[((i * next_output_height() + y) * next_output_width() + x) * output_pixel_stride()… in TestSetupU8()
781 …(next_batch_size() * next_output_height() * next_output_width() - 1) * output_pixel_stride() + cha… in TestSetupF32()
783 …std::vector<float> next_output_ref(next_batch_size() * next_output_height() * next_output_width() … in TestSetupF32()
876 for (size_t ox = 0; ox < next_output_width(); ox++) { in TestSetupF32()
891 …next_output_ref[((i * next_output_height() + oy) * next_output_width() + ox) * channels() + c] = m… in TestSetupF32()
911 for (size_t x = 0; x < next_output_width(); x++) { in TestSetupF32()
913 …ASSERT_LE(output[((i * next_output_height() + y) * next_output_width() + x) * output_pixel_stride(… in TestSetupF32()
914 …ASSERT_GE(output[((i * next_output_height() + y) * next_output_width() + x) * output_pixel_stride(… in TestSetupF32()
915 …ASSERT_EQ(next_output_ref[((i * next_output_height() + y) * next_output_width() + x) * channels() … in TestSetupF32()
916 … output[((i * next_output_height() + y) * next_output_width() + x) * output_pixel_stride() + c]) << in TestSetupF32()