HomeSort by relevance Sort by last modified time
    Searched refs:output_y_ptr (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
quantized_resize_bilinear_op.cc 245 T* output_y_ptr) {
256 output_y_ptr[x * channels + c] = val;
266 quint8* output_y_ptr) {
275 vst1_u8(reinterpret_cast<uint8_t*>(output_y_ptr + x_start), x0x7);
281 output_y_ptr);
292 quint8* output_y_ptr) {
301 vst1_u8(reinterpret_cast<uint8_t*>(output_y_ptr + x_start * 3), x0c0x2c1);
308 vst1_u8(reinterpret_cast<uint8_t*>(output_y_ptr + x_start * 3 + 8), x2c2x5c0);
315 vst1_u8(reinterpret_cast<uint8_t*>(output_y_ptr + x_start * 3 + 16),
322 output_y_ptr);
481 T* output_y_ptr = output->data(); local
546 qint32* output_y_ptr = output->data(); local
607 quint8* output_y_ptr = output->data(); local
    [all...]
resize_bilinear_op.cc 126 float* output_y_ptr = output.data(); local
156 output_y_ptr[x * channels + 0] =
159 output_y_ptr[x * channels + 1] =
162 output_y_ptr[x * channels + 2] =
166 output_y_ptr += out_row_size;
171 float* output_y_ptr = output.data(); local
186 output_y_ptr[x * channels + c] =
191 output_y_ptr += out_row_size;
resize_bicubic_op.cc 237 float* output_y_ptr = output_data.data(); local
243 ++y, output_y_ptr += resizer_state.out_width * num_channels) {
324 output_y_ptr[x * num_channels + 0] =
327 output_y_ptr[x * num_channels + 1] =
330 output_y_ptr[x * num_channels + 2] =
388 output_y_ptr[x * num_channels + c] =

Completed in 74 milliseconds