Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/image/
Dresize_area_op.cc37 struct CachedInterpolation { struct
63 const CachedInterpolation& x_interp, in ComputePatchSumOf3Channels()
112 const CachedInterpolation& x_interp, in ComputePatchSum()
162 std::vector<CachedInterpolation> x_interps(st.out_width); in Compute()
196 const std::vector<CachedInterpolation>& x_interps, in ComputeLoop()
250 const CachedInterpolation& x_interp = x_interps[x]; in ComputeLoop()
262 const CachedInterpolation& x_interp = x_interps[x]; in ComputeLoop()
Dresize_bilinear_op.cc77 struct CachedInterpolation { struct
89 CachedInterpolation* interpolation) { in compute_interpolation_weights()
174 std::vector<CachedInterpolation> ys_, xs_;