Searched refs:interpolation_ (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/contrib/image/kernels/ |
D | image_ops.h | 42 const Interpolation interpolation_; variable 51 : input_(input), transforms_(transforms), interpolation_(interpolation) {} in ProjectiveGenerator() 75 switch (interpolation_) { in operator() 154 const Interpolation interpolation_; member 157 : interpolation_(interpolation) {} in FillProjectiveTransform() 164 ProjectiveGenerator<Device, T>(images, transform, interpolation_)); in operator()
|
D | image_ops.cc | 55 Interpolation interpolation_; member in tensorflow::ImageProjectiveTransform 62 interpolation_ = INTERPOLATION_NEAREST; in ImageProjectiveTransform() 64 interpolation_ = INTERPOLATION_BILINEAR; in ImageProjectiveTransform() 117 (FillProjectiveTransform<Device, T>(interpolation_))( in Compute()
|
/external/deqp/framework/opengl/ |
D | gluVarType.cpp | 260 … varType_, const std::string& name_, Storage storage_, Interpolation interpolation_, const Layout&… in VariableDeclaration() argument 262 , interpolation (interpolation_) in VariableDeclaration()
|
D | gluVarType.hpp | 258 …t std::string& name_, Storage storage_ = STORAGE_LAST, Interpolation interpolation_ = INTERPOLATIO…
|