Home
last modified time | relevance | path

Searched defs:InterpolationCache (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dquantized_resize_bilinear_op.cc39 struct InterpolationCache { struct
40 std::vector<int64> lower; // Lower source index used in the interpolation
41 std::vector<int64> upper; // Upper source index used in the interpolation
44 std::vector<float> lerp;
45 std::vector<T_SCALE> ilerp;