Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/image/
H A Dresize_area_op.cc37 struct CachedInterpolation { struct
38 int64_t start;
39 int64_t end;
40 float start_scale;
41 float end_minus_one_scale;
42 bool needs_bounding;
H A Dresize_bilinear_op.cc81 struct CachedInterpolation { struct
82 int64_t lower; // Lower source index used in the interpolation
83 int64_t upper; // Upper source index used in the interpolation
86 float lerp;