Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/image/kernels/
Dimage_ops.cc49 using generator::INTERPOLATION_NEAREST;
62 interpolation_ = INTERPOLATION_NEAREST; in ImageProjectiveTransform()
Dimage_ops.h32 enum Interpolation { INTERPOLATION_NEAREST, INTERPOLATION_BILINEAR }; enumerator
76 case INTERPOLATION_NEAREST: in operator()