• Home
  • Raw
  • Download

Lines Matching refs:oy

306         for (size_t oy = 0; oy < output_height(); oy++) {  in TestF32()  local
309 … const size_t iy_top_left = std::max<size_t>(oy * pooling_height(), padding_top()) - padding_top(); in TestF32()
315 const size_t iy = oy * pooling_height() + py - padding_top(); in TestF32()
327 … output_ref[((i * output_height() + oy) * output_width() + ox) * channels() + c] = max_value; in TestF32()
328 … index_ref[((i * output_height() + oy) * output_width() + ox) * channels() + c] = max_index; in TestF32()
422 for (size_t oy = 0; oy < output_height(); oy++) { in TestSetupF32() local
425 … const size_t iy_top_left = std::max<size_t>(oy * pooling_height(), padding_top()) - padding_top(); in TestSetupF32()
431 const size_t iy = oy * pooling_height() + py - padding_top(); in TestSetupF32()
443 … output_ref[((i * output_height() + oy) * output_width() + ox) * channels() + c] = max_value; in TestSetupF32()
444 … index_ref[((i * output_height() + oy) * output_width() + ox) * channels() + c] = max_index; in TestSetupF32()
517 for (size_t oy = 0; oy < next_output_height(); oy++) { in TestSetupF32() local
520 … const size_t iy_top_left = std::max<size_t>(oy * pooling_height(), padding_top()) - padding_top(); in TestSetupF32()
526 const size_t iy = oy * pooling_height() + py - padding_top(); in TestSetupF32()
540 …next_output_ref[((i * next_output_height() + oy) * next_output_width() + ox) * channels() + c] = m… in TestSetupF32()
541 …next_index_ref[((i * next_output_height() + oy) * next_output_width() + ox) * channels() + c] = ma… in TestSetupF32()