Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dquantized_resize_bilinear_op.cc251 T* output_y_ptr) { in OutputLerpForChannels() argument
262 output_y_ptr[x * channels + c] = val; in OutputLerpForChannels()
272 quint8* output_y_ptr) { in OutputLerp8x8x1() argument
281 vst1_u8(reinterpret_cast<uint8_t*>(output_y_ptr + x_start), x0x7); in OutputLerp8x8x1()
287 output_y_ptr); in OutputLerp8x8x1()
298 quint8* output_y_ptr) { in OutputLerp8x8x3() argument
307 vst1_u8(reinterpret_cast<uint8_t*>(output_y_ptr + x_start * 3), x0c0x2c1); in OutputLerp8x8x3()
314 vst1_u8(reinterpret_cast<uint8_t*>(output_y_ptr + x_start * 3 + 8), x2c2x5c0); in OutputLerp8x8x3()
321 vst1_u8(reinterpret_cast<uint8_t*>(output_y_ptr + x_start * 3 + 16), in OutputLerp8x8x3()
328 output_y_ptr); in OutputLerp8x8x3()
[all …]
Dresize_bilinear_op.cc134 float* output_y_ptr = output.data(); in resize_image() local
164 output_y_ptr[x * channels + 0] = in resize_image()
167 output_y_ptr[x * channels + 1] = in resize_image()
170 output_y_ptr[x * channels + 2] = in resize_image()
174 output_y_ptr += out_row_size; in resize_image()
179 float* output_y_ptr = output.data(); in resize_image() local
194 output_y_ptr[x * channels + c] = in resize_image()
199 output_y_ptr += out_row_size; in resize_image()
Dresize_bicubic_op.cc305 float* output_y_ptr = output_data.data(); in interpolate_with_caching() local
311 ++y, output_y_ptr += resizer_state.out_width * num_channels) { in interpolate_with_caching()
397 output_y_ptr[x * num_channels + 0] = in interpolate_with_caching()
400 output_y_ptr[x * num_channels + 1] = in interpolate_with_caching()
403 output_y_ptr[x * num_channels + 2] = in interpolate_with_caching()
461 output_y_ptr[x * num_channels + c] = in interpolate_with_caching()