HomeSort by relevance Sort by last modified time
    Searched refs:INTERPOLATION_BILINEAR (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/contrib/image/kernels/
image_ops.cc 47 using generator::INTERPOLATION_BILINEAR;
63 interpolation_ = INTERPOLATION_BILINEAR;
image_ops.h 31 enum Interpolation { INTERPOLATION_NEAREST, INTERPOLATION_BILINEAR };
81 case INTERPOLATION_BILINEAR:
86 // or INTERPOLATION_BILINEAR.

Completed in 77 milliseconds