Home
last modified time | relevance | path

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

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