Home
last modified time | relevance | path

Searched defs:interpolation (Results 1 – 25 of 30) sorted by relevance

12

/external/tensorflow/tensorflow/contrib/image/python/ops/
Dimage_ops.py42 def rotate(images, angles, interpolation="NEAREST", name=None): argument
95 def translate(images, translations, interpolation="NEAREST", name=None): argument
215 def transform(images, transforms, interpolation="NEAREST", name=None): argument
/external/skia/src/gpu/glsl/
DGrGLSLVarying.cpp14 Interpolation interpolation) { in addPassThroughAttribute()
23 static bool use_flat_interpolation(GrGLSLVaryingHandler::Interpolation interpolation, in use_flat_interpolation()
42 Interpolation interpolation) { in addVarying()
/external/tensorflow/tensorflow/contrib/distributions/python/ops/
Dsample_stats.py221 interpolation=None, argument
/external/tensorflow/tensorflow/contrib/image/kernels/
Dimage_ops.h49 const Interpolation interpolation) in ProjectiveGenerator()
/external/tensorflow/tensorflow/python/keras/_impl/keras/preprocessing/
Dimage.py372 def load_img(path, grayscale=False, target_size=None, interpolation='nearest'): argument
603 interpolation='nearest'): argument
1170 interpolation='nearest'): argument
/external/python/cpython3/Lib/test/
Dtest_configparser.py45 interpolation = configparser._UNSET variable in CfgParserTestCaseClass
956 interpolation = None variable in ConfigParserTestCaseNoInterpolation
992 interpolation = configparser.LegacyInterpolation() variable in ConfigParserTestCaseLegacyInterpolation
1122 interpolation = configparser.ExtendedInterpolation() variable in ConfigParserTestCaseExtendedInterpolation
/external/deqp/framework/opengl/
DgluVarType.cpp177 const char* getInterpolationName (Interpolation interpolation) in getInterpolationName()
DgluVarType.hpp264 Interpolation interpolation; member
/external/libvpx/libvpx/vpx_scale/generic/
Dvpx_scale.c258 int interpolation = 0; in Scale2D() local
/external/deqp/modules/gles3/functional/
Des3fTransformFeedbackTests.cpp107 Interpolation interpolation; //!< Interpolation mode (smooth, flat, centroid). member
1337 … deUint32 primitiveType, glu::DataType type, glu::Precision precision, Interpolation interpolation) in BasicTypeCase()
1351 … deUint32 primitiveType, glu::DataType type, glu::Precision precision, Interpolation interpolation) in BasicArrayCase()
1376 … deUint32 primitiveType, glu::DataType type, glu::Precision precision, Interpolation interpolation) in ArrayElementCase()
Des3fRasterizationTests.cpp2285 …tcu::TestCaseGroup* const interpolation = new tcu::TestCaseGroup(m_testCtx, "interpolation", "Test… in init() local
2394 …tcu::TestCaseGroup* const interpolation = new tcu::TestCaseGroup(m_testCtx, "interpolation", "Non-… in init() local
/external/tensorflow/tensorflow/core/kernels/
Dresize_bilinear_op.cc79 CachedInterpolation* interpolation) { in compute_interpolation_weights()
Dquantized_resize_bilinear_op.cc51 const int resolution, InterpolationCache<T_SCALE>* interpolation) { in ComputeInterpolationWeights()
/external/libvpx/libvpx/third_party/libyuv/source/
Dplanar_functions.cc2003 int width, int height, int interpolation) { in InterpolatePlane()
2073 int width, int height, int interpolation) { in ARGBInterpolate()
2091 int width, int height, int interpolation) { in I420Interpolate()
/external/libyuv/files/source/
Dplanar_functions.cc2349 int interpolation) { in InterpolatePlane()
2429 int interpolation) { in ARGBInterpolate()
2457 int interpolation) { in I420Interpolate()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_fs_nir.cpp1572 glsl_interp_mode interpolation) in emit_pixel_interpolater_send()
3195 const glsl_interp_mode interpolation = in nir_emit_fs_intrinsic() local
3264 const glsl_interp_mode interpolation = in nir_emit_fs_intrinsic() local
/external/mesa3d/src/compiler/
Dglsl_types.h909 unsigned interpolation:2; member
/external/deqp/modules/gles31/functional/
Des31fSeparateShaderTests.cpp157 glu::Interpolation getGluInterpolation (VaryingInterpolation interpolation) in getGluInterpolation()
173 VaryingInterpolation getVaryingInterpolation (glu::Interpolation interpolation) in getVaryingInterpolation()
Des31fShaderMultisampleInterpolationTests.cpp1522 std::string interpolation; in genShaderSource() local
/external/mesa3d/src/compiler/glsl/
Dir.cpp1581 interpolation_string(unsigned interpolation) in interpolation_string()
Dast_to_hir.cpp2900 const glsl_interp_mode interpolation, in validate_interpolation_qualifier()
3054 glsl_interp_mode interpolation; in interpret_interpolation_qualifier() local
Dir.h702 unsigned interpolation:2; member
/external/deqp/external/vulkancts/modules/vulkan/rasterization/
DvktRasterizationTests.cpp2896 …tcu::TestCaseGroup* const interpolation = new tcu::TestCaseGroup(testCtx, "interpolation", "Test i… in createRasterizationTests() local
2989 …tcu::TestCaseGroup* const interpolation = new tcu::TestCaseGroup(testCtx, ("interpolation" + caseN… in createRasterizationTests() local
/external/python/cpython3/Lib/
Dconfigparser.py605 interpolation=_UNSET, converters=_UNSET): argument
/external/deqp/modules/gles2/functional/
Des2fRasterizationTests.cpp2040 …tcu::TestCaseGroup* const interpolation = new tcu::TestCaseGroup(m_testCtx, "interpolation", "Test… in init() local

12