Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/image/
Dimage_ops.h42 float operator()(const float out_coord, const DenseIndex len);
47 EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE float operator()(const float out_coord,
50 float in_coord = out_coord;
80 EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE float operator()(const float out_coord,
83 float in_coord = out_coord;
107 EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE float operator()(const float out_coord,
109 return out_coord;
115 EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE float operator()(const float out_coord,
117 return Eigen::internal::scalar_clamp_op<float>(0.0f, len - 1)(out_coord);
Dimage_ops.cc221 float MapCoordinate<GPUDevice, Mode>::operator()(const float out_coord, \
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_clip.c199 float out_coord = out->clip_pos[k] / out->clip_pos[3]; in interp() local
201 t_nopersp = (dst_coord - out_coord) / (in_coord - out_coord); in interp()