Searched refs:Interpolate1D (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/image/ |
D | resize_bicubic_op_test.cc | 105 inline float Interpolate1D(const std::array<float, 4>& weights, in Interpolate1D() function in tensorflow::ResizeBicubicOpTest 151 coeff[i] = Interpolate1D(x_weights, values); in ResizeBicubicBaseline() 153 output(b, y, x, c) = Interpolate1D(y_weights, coeff); in ResizeBicubicBaseline()
|
D | resize_bicubic_op.cc | 138 inline float Interpolate1D(const float weight_0, const float weight_1, in Interpolate1D() function 151 return Interpolate1D(xw_0, xw_1, xw_2, xw_3, values_[0], values_[1], in Compute() 288 return Interpolate1D<T>(y_wai.weight_0, y_wai.weight_1, y_wai.weight_2, in ComputeYInterpolation()
|