Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/image/
Dresize_area_op.cc37 struct CachedInterpolation { struct
38 int64 start;
39 int64 end;
40 float start_scale;
41 float end_minus_one_scale;
42 bool needs_bounding;
Dresize_bilinear_op.cc77 struct CachedInterpolation { struct
78 int64 lower; // Lower source index used in the interpolation
79 int64 upper; // Upper source index used in the interpolation
82 float lerp;