Home
last modified time | relevance | path

Searched refs:interpolation_ (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/contrib/image/kernels/
Dimage_ops.h42 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()
Dimage_ops.cc55 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/
DgluVarType.cpp260 … varType_, const std::string& name_, Storage storage_, Interpolation interpolation_, const Layout&… in VariableDeclaration() argument
262 , interpolation (interpolation_) in VariableDeclaration()
DgluVarType.hpp258 …t std::string& name_, Storage storage_ = STORAGE_LAST, Interpolation interpolation_ = INTERPOLATIO…