Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dresize_bilinear_op.cc130 const T* input_b_ptr = images.data(); in resize_image() local
137 const T* ys_input_lower_ptr = input_b_ptr + ys[y].lower * in_row_size; in resize_image()
138 const T* ys_input_upper_ptr = input_b_ptr + ys[y].upper * in_row_size; in resize_image()
176 input_b_ptr += in_batch_num_values; in resize_image()
182 const T* ys_input_lower_ptr = input_b_ptr + ys[y].lower * in_row_size; in resize_image()
183 const T* ys_input_upper_ptr = input_b_ptr + ys[y].upper * in_row_size; in resize_image()
201 input_b_ptr += in_batch_num_values; in resize_image()
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 …]
Dresize_bicubic_op.cc304 const T* input_b_ptr = input_data.data(); in interpolate_with_caching() local
309 ++b, input_b_ptr += in_batch_width) { in interpolate_with_caching()
321 const T* y_ptr_0 = input_b_ptr + y_wai.index_0 * in_row_width; in interpolate_with_caching()
322 const T* y_ptr_1 = input_b_ptr + y_wai.index_1 * in_row_width; in interpolate_with_caching()
323 const T* y_ptr_2 = input_b_ptr + y_wai.index_2 * in_row_width; in interpolate_with_caching()
324 const T* y_ptr_3 = input_b_ptr + y_wai.index_3 * in_row_width; in interpolate_with_caching()