HomeSort by relevance Sort by last modified time
    Searched full:interpolation_ (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/contrib/image/kernels/
image_ops.cc 54 Interpolation interpolation_; member in class:tensorflow::ImageProjectiveTransform
61 interpolation_ = INTERPOLATION_NEAREST;
63 interpolation_ = INTERPOLATION_BILINEAR;
88 (FillProjectiveTransform<Device, T>(interpolation_))(
image_ops.h 41 const Interpolation interpolation_; member in class:tensorflow::generator::ProjectiveGenerator
50 : input_(input), transforms_(transforms), interpolation_(interpolation) {}
76 switch (interpolation_) {
155 const Interpolation interpolation_; member in struct:tensorflow::functor::FillProjectiveTransform
158 : interpolation_(interpolation) {}
165 ProjectiveGenerator<Device, T>(images, transform, interpolation_));
  /external/deqp/framework/opengl/
gluVarType.cpp 259 VariableDeclaration::VariableDeclaration (const VarType& varType_, const std::string& name_, Storage storage_, Interpolation interpolation_, const Layout& layout_, deUint32 memoryAccessQualifierBits_)
261 , interpolation (interpolation_)
gluVarType.hpp 258 VariableDeclaration (const VarType& varType_, const std::string& name_, Storage storage_ = STORAGE_LAST, Interpolation interpolation_ = INTERPOLATION_LAST, const Layout& layout_ = Layout(), deUint32 memoryAccessQualifierBits_ = 0);

Completed in 76 milliseconds