Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/image/
Dresize_bicubic_op.cc217 auto& x_wai = (*x_wais)[x]; in ComputeXWeightsAndIndices() local
218 x_wai.advance = calc.Advance(x_wai.index_0, x_wai.index_1, x_wai.index_2, in ComputeXWeightsAndIndices()
219 x_wai.index_3); in ComputeXWeightsAndIndices()
225 auto& x_wai = (*x_wais)[x]; in ComputeXWeightsAndIndices() local
226 x_wai.advance = calc.Advance(x_wai.index_0, x_wai.index_1, x_wai.index_2, in ComputeXWeightsAndIndices()
227 x_wai.index_3); in ComputeXWeightsAndIndices()
248 auto& x_wai = (*x_wais)[x]; in ComputeGradientXWeightsAndIndices() local
249 x_wai.advance = calc.Advance(x_wai.index_0, x_wai.index_1, x_wai.index_2, in ComputeGradientXWeightsAndIndices()
250 x_wai.index_3); in ComputeGradientXWeightsAndIndices()
258 auto& x_wai = (*x_wais)[x]; in ComputeGradientXWeightsAndIndices() local
[all …]