Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/image/
Dresize_bicubic_op.cc150 const float xw_2, const float xw_3) { in Compute() argument
151 return Interpolate1D(xw_0, xw_1, xw_2, xw_3, values_[0], values_[1], in Compute()