Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/image/
Dresize_bicubic_op.cc209 static void ComputeXWeightsAndIndices(const ImageResizerState& resizer_state, in ComputeXWeightsAndIndices() argument
214 for (int64 x = 0; x < resizer_state.out_width; ++x) { in ComputeXWeightsAndIndices()
216 resizer_state.width_scale, x, resizer_state.in_width, &(*x_wais)[x]); in ComputeXWeightsAndIndices()
222 for (int64 x = 0; x < resizer_state.out_width; ++x) { in ComputeXWeightsAndIndices()
224 resizer_state.width_scale, x, resizer_state.in_width, &(*x_wais)[x]); in ComputeXWeightsAndIndices()
231 for (int x = 0; x < resizer_state.out_width; ++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()
[all …]