Home
last modified time | relevance | path

Searched refs:output_y_ptr (Results 1 – 2 of 2) 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 …]
/external/tensorflow/tensorflow/core/kernels/image/
Dresize_bicubic_op.cc306 float* output_y_ptr = output_data.data(); in interpolate_with_caching() local
312 ++y, output_y_ptr += resizer_state.out_width * num_channels) { in interpolate_with_caching()
398 output_y_ptr[x * num_channels + 0] = in interpolate_with_caching()
401 output_y_ptr[x * num_channels + 1] = in interpolate_with_caching()
404 output_y_ptr[x * num_channels + 2] = in interpolate_with_caching()
462 output_y_ptr[x * num_channels + c] = in interpolate_with_caching()