Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/image/
Dresize_bicubic_op.cc269 int which, int channel_num, const WeightsAndIndices& y_wai, in ComputeYInterpolation() argument
288 return Interpolate1D<T>(y_wai.weight_0, y_wai.weight_1, y_wai.weight_2, in ComputeYInterpolation()
289 y_wai.weight_3, y_ptr_0[pt_index], y_ptr_1[pt_index], in ComputeYInterpolation()
313 WeightsAndIndices y_wai; in interpolate_with_caching() local
316 resizer_state.height_scale, y, resizer_state.in_height, &y_wai); in interpolate_with_caching()
319 resizer_state.height_scale, y, resizer_state.in_height, &y_wai); 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()
[all …]