Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/image/kernels/
Dimage_ops.h93 return read_with_fill_value(batch, DenseIndex(std::round(y)), in nearest_interpolation()
107 (x_ceil - x) * static_cast<float>(read_with_fill_value( in bilinear_interpolation()
110 (x - x_floor) * static_cast<float>(read_with_fill_value( in bilinear_interpolation()
116 (x_ceil - x) * static_cast<float>(read_with_fill_value( in bilinear_interpolation()
119 (x - x_floor) * static_cast<float>(read_with_fill_value( in bilinear_interpolation()
127 EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE T read_with_fill_value( in read_with_fill_value() function