Searched refs:interpolation_ (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/image/ |
D | image_ops.cc | 116 Interpolation interpolation_; member in tensorflow::ImageProjectiveTransformV2 125 interpolation_ = Interpolation::NEAREST; in ImageProjectiveTransformV2() 127 interpolation_ = Interpolation::BILINEAR; in ImageProjectiveTransformV2() 149 DoImageProjectiveTransformOp<Device, T>(ctx, interpolation_, fill_mode_); in Compute()
|
D | image_ops.h | 126 const Interpolation interpolation_; 136 interpolation_(interpolation), 167 switch (interpolation_) {
|
/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…
|
/external/starlark-go/doc/ |
D | spec.md | 2123 The expression `format % args` performs _string interpolation_, a
|