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

  /external/tensorflow/tensorflow/core/kernels/
resize_area_op.cc 36 struct CachedInterpolation {
62 const CachedInterpolation& x_interp,
111 const CachedInterpolation& x_interp,
157 std::vector<CachedInterpolation> x_interps(st.out_width);
191 const std::vector<CachedInterpolation>& x_interps,
236 // TODO(cwhipkey): can this data unified with CachedInterpolation?
245 const CachedInterpolation& x_interp = x_interps[x];
257 const CachedInterpolation& x_interp = x_interps[x];
resize_bilinear_op.cc 68 struct CachedInterpolation {
79 CachedInterpolation* interpolation) {
107 const std::vector<CachedInterpolation>& xs,
108 const std::vector<CachedInterpolation>& ys,
115 const std::vector<CachedInterpolation>& xs_vec,
116 const std::vector<CachedInterpolation>& ys,
123 const CachedInterpolation* xs = xs_vec.data();
221 std::vector<CachedInterpolation> ys(out_height + 1);
222 std::vector<CachedInterpolation> xs(out_width + 1);

Completed in 78 milliseconds