Home
last modified time | relevance | path

Searched refs:input_num_pixels (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/XNNPACK/test/
H A Dresize-bilinear-operator-tester.h576 const int64_t input_num_pixels = input_height() * input_width(); in TestNCHWxF32() local
577 const int64_t input_num_elements = input_num_pixels * input_pixel_stride(); in TestNCHWxF32()
593 …input[batch_index * input_num_elements + c * input_num_pixels + input_y_top * input_width() + inpu… in TestNCHWxF32()
594 …input[batch_index * input_num_elements + c * input_num_pixels + input_y_top * input_width() + inpu… in TestNCHWxF32()
595 …input[batch_index * input_num_elements + c * input_num_pixels + input_y_bottom * input_width() + i… in TestNCHWxF32()
596 …input[batch_index * input_num_elements + c * input_num_pixels + input_y_bottom * input_width() + i… in TestNCHWxF32()