Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/image/
Dresize_bicubic_op.cc211 std::vector<WeightsAndIndices>* x_wais) { in ComputeXWeightsAndIndices() argument
216 resizer_state.width_scale, x, resizer_state.in_width, &(*x_wais)[x]); in ComputeXWeightsAndIndices()
217 auto& x_wai = (*x_wais)[x]; in ComputeXWeightsAndIndices()
224 resizer_state.width_scale, x, resizer_state.in_width, &(*x_wais)[x]); in ComputeXWeightsAndIndices()
225 auto& x_wai = (*x_wais)[x]; in ComputeXWeightsAndIndices()
232 (*x_wais)[x].index_0 *= resizer_state.channels; in ComputeXWeightsAndIndices()
233 (*x_wais)[x].index_1 *= resizer_state.channels; in ComputeXWeightsAndIndices()
234 (*x_wais)[x].index_2 *= resizer_state.channels; in ComputeXWeightsAndIndices()
235 (*x_wais)[x].index_3 *= resizer_state.channels; in ComputeXWeightsAndIndices()
241 const bool half_pixel_centers, std::vector<WeightsAndIndices>* x_wais) { in ComputeGradientXWeightsAndIndices() argument
[all …]