Searched refs:read_with_fill_value (Results 1 – 1 of 1) sorted by relevance
93 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