Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dquantized_resize_bilinear_op.cc486 const T* input_b_ptr = images.data(); in ResizeImageReference() local
491 const T* ys_input_lower_ptr = input_b_ptr + ys.lower[y] * in_row_size; in ResizeImageReference()
492 const T* ys_input_upper_ptr = input_b_ptr + ys.upper[y] * in_row_size; in ResizeImageReference()
511 input_b_ptr += in_batch_num_values; in ResizeImageReference()
554 const qint32* input_b_ptr = images.data(); in ResizeImage() local
561 input_b_ptr + ys.lower[y] * in_row_size; in ResizeImage()
563 input_b_ptr + ys.upper[y] * in_row_size; in ResizeImage()
588 input_b_ptr += in_batch_num_values; in ResizeImage()
617 const quint8* input_b_ptr = images.data(); in ResizeImage() local
624 input_b_ptr + ys.lower[y] * in_row_size; in ResizeImage()
[all …]
/external/tensorflow/tensorflow/core/kernels/image/
Dresize_bicubic_op.cc305 const T* input_b_ptr = input_data.data(); in interpolate_with_caching() local
310 ++b, input_b_ptr += in_batch_width) { in interpolate_with_caching()
322 const T* y_ptr_0 = input_b_ptr + y_wai.index_0 * in_row_width; in interpolate_with_caching()
323 const T* y_ptr_1 = input_b_ptr + y_wai.index_1 * in_row_width; in interpolate_with_caching()
324 const T* y_ptr_2 = input_b_ptr + y_wai.index_2 * in_row_width; in interpolate_with_caching()
325 const T* y_ptr_3 = input_b_ptr + y_wai.index_3 * in_row_width; in interpolate_with_caching()