Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dresize_area_op.cc36 struct CachedInterpolation { struct
37 int64 start;
38 int64 end;
39 float start_scale;
40 float end_minus_one_scale;
41 bool needs_bounding;
Dresize_bilinear_op.cc71 struct CachedInterpolation { struct
72 int64 lower; // Lower source index used in the interpolation
73 int64 upper; // Upper source index used in the interpolation
76 float lerp;