HomeSort by relevance Sort by last modified time
    Searched refs:Interpolate1D (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
resize_bicubic_op_test.cc 102 inline float Interpolate1D(const std::array<float, 4>& weights,
148 coeff[i] = Interpolate1D(x_weights, values);
150 output(b, y, x, c) = Interpolate1D(y_weights, coeff);
resize_bicubic_op.cc 93 inline float Interpolate1D(const float weight_0, const float weight_1,
106 return Interpolate1D(xw_0, xw_1, xw_2, xw_3, values_[0], values_[1],
219 return Interpolate1D<T>(y_wai.weight_0, y_wai.weight_1, y_wai.weight_2,

Completed in 58 milliseconds