/external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/ |
D | sample_stats_test.py | 273 x, q=q, interpolation=self._interpolation, axis=0) 276 x, q=q, interpolation=self._interpolation, axis=[0]) 284 x, q=q, interpolation=self._interpolation) 286 pct = sample_stats.percentile(x, q=q, interpolation=self._interpolation) 294 x, q=q, interpolation=self._interpolation, axis=0) 298 x, q=q, interpolation=self._interpolation, axis=[0]) 300 x, q=q, interpolation=self._interpolation, axis=[0]) 310 x, q=q, interpolation=self._interpolation, axis=0) 313 x, q=q, interpolation=self._interpolation, axis=[0]) 321 x, q=q, interpolation=self._interpolation, keepdims=True, axis=0) [all …]
|
/external/tensorflow/tensorflow/contrib/image/python/ops/ |
D | image_ops.py | 49 def rotate(images, angles, interpolation="NEAREST", name=None): argument 91 interpolation=interpolation) 102 def translate(images, translations, interpolation="NEAREST", name=None): argument 127 interpolation=interpolation) 224 interpolation="NEAREST", argument 302 interpolation=interpolation.upper()) 404 interpolation = op.get_attr("interpolation") 427 interpolation=interpolation)
|
/external/skqp/src/gpu/glsl/ |
D | GrGLSLVarying.cpp | 14 Interpolation interpolation) { in addPassThroughAttribute() argument 18 this->addVarying(input.name(), &v, interpolation); in addPassThroughAttribute() 23 static bool use_flat_interpolation(GrGLSLVaryingHandler::Interpolation interpolation, in use_flat_interpolation() argument 25 switch (interpolation) { in use_flat_interpolation() 42 Interpolation interpolation) { in addVarying() argument 43 SkASSERT(GrSLTypeIsFloatType(varying->type()) || Interpolation::kMustBeFlat == interpolation); in addVarying() 50 v.fIsFlat = use_flat_interpolation(interpolation, *fProgramBuilder->shaderCaps()); in addVarying()
|
/external/skia/src/gpu/glsl/ |
D | GrGLSLVarying.cpp | 14 Interpolation interpolation) { in addPassThroughAttribute() argument 18 this->addVarying(input.name(), &v, interpolation); in addPassThroughAttribute() 23 static bool use_flat_interpolation(GrGLSLVaryingHandler::Interpolation interpolation, in use_flat_interpolation() argument 25 switch (interpolation) { in use_flat_interpolation() 42 Interpolation interpolation) { in addVarying() argument 43 SkASSERT(GrSLTypeIsFloatType(varying->type()) || Interpolation::kMustBeFlat == interpolation); in addVarying() 50 v.fIsFlat = use_flat_interpolation(interpolation, *fProgramBuilder->shaderCaps()); in addVarying()
|
/external/tensorflow/tensorflow/contrib/distributions/python/ops/ |
D | sample_stats.py | 222 interpolation=None, argument 296 if interpolation is None: 297 interpolation = "nearest" 299 if interpolation not in allowed_interpolations: 301 (allowed_interpolations, interpolation)) 341 if interpolation == "lower": 343 elif interpolation == "higher": 345 elif interpolation == "nearest":
|
/external/deqp/framework/opengl/ |
D | gluVarType.cpp | 178 const char* getInterpolationName (Interpolation interpolation) in getInterpolationName() argument 182 return de::getSizedArrayElement<INTERPOLATION_LAST>(s_names, interpolation); in getInterpolationName() 262 , interpolation (interpolation_) in VariableDeclaration() 273 interpolation == other.interpolation && in operator ==() 337 if (decl.interpolation != INTERPOLATION_LAST) in operator <<() 338 str << getInterpolationName(decl.interpolation) << " "; in operator <<()
|
/external/libavc/common/arm/ |
D | ih264_inter_pred_luma_vert_qpel_a9q.s | 26 @* Contains function definitions for inter prediction vertical quarter pel interpolation. 158 vld1.u32 {q10}, [r7], r2 @ Load for interpolation row 0 176 vld1.u32 {q7}, [r7], r2 @ Load for interpolation row 1 191 vld1.u32 {q8}, [r7], r2 @ Load for interpolation row 2 202 vld1.u32 {q9}, [r7], r2 @ Load for interpolation row 3 242 vld1.32 d8, [r7], r2 @Load value for interpolation (row0) 243 vld1.32 d9, [r7], r2 @Load value for interpolation (row1) 256 vld1.32 d12, [r7], r2 @Load value for interpolation (row2) 257 vld1.32 d13, [r7], r2 @Load value for interpolation (row3) 296 vld1.u32 d8[0], [r7], r2 @Load value for interpolation - row 0 [all …]
|
D | ih264_inter_pred_luma_horz_qpel_a9q.s | 26 @* Contains function definitions for inter prediction horizontal quarter pel interpolation. 172 vld1.32 {d12, d13}, [r7], r2 @Load value for interpolation (column1,row0) 181 vld1.32 {d12, d13}, [r7], r2 @Load value for interpolation (column1,row1) 215 vld1.32 d12, [r7], r2 @Load value for interpolation (column1,row0) 216 vld1.32 d13, [r7], r2 @Load value for interpolation (column1,row1) 243 vld1.32 d12, [r7], r2 @Load value for interpolation (column1,row0) 244 vld1.32 d13, [r7], r2 @Load value for interpolation (column1,row1)
|
/external/tensorflow/tensorflow/contrib/image/kernels/ |
D | image_ops.h | 50 const Interpolation interpolation) in ProjectiveGenerator() argument 51 : input_(input), transforms_(transforms), interpolation_(interpolation) {} in ProjectiveGenerator() 156 FillProjectiveTransform(Interpolation interpolation) in FillProjectiveTransform() 157 : interpolation_(interpolation) {} in FillProjectiveTransform()
|
/external/mesa3d/src/compiler/nir/ |
D | nir_lower_two_sided_color.c | 50 enum glsl_interp_mode interpolation) in create_input() argument 60 var->data.interpolation = interpolation; in create_input() 123 state->colors[i].front->data.interpolation); in setup_inputs()
|
/external/universal-tween-engine/ |
D | README.md | 11 The Universal Tween Engine enables the interpolation of every attribute from any object in any Java… 16 // Arguments are (1) the target, (2) the type of interpolation, 90 …* Supports every interpolation function defined by [Robert Penner](http://www.robertpenner.com/eas… 91 …ect. You just have to implement the TweenAccessor interface when you want interpolation capacities. 93 * One line is sufficient to create and start a simple interpolation. 94 * Delays can be specified, to trigger the interpolation only after some time.
|
/external/python/cpython3/Doc/library/ |
D | configparser.rst | 295 interpolation. This means values can be preprocessed before returning them 298 .. index:: single: % (percent); interpolation in configuration files 317 In the example above, :class:`ConfigParser` with *interpolation* set to 324 With ``interpolation`` set to ``None``, the parser would simply return 328 .. index:: single: $ (dollar); interpolation in configuration files 332 An alternative handler for interpolation which implements a more advanced 333 syntax, used for instance in ``zc.buildout``. Extended interpolation is 336 ``section:`` part is omitted, interpolation defaults to the current section 339 For example, the configuration specified above with basic interpolation, 340 would look like this with extended interpolation: [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/ |
D | amdpal-psenable.ll | 5 ; This pixel shader does not use the result of its interpolation, so it would 6 ; end up with an interpolation mode set in PSAddr but not PSEnable. This test tests 7 ; the workaround that ensures that an interpolation mode is also set in PSEnable.
|
/external/mesa3d/src/compiler/glsl/ |
D | builtin_variables.cpp | 328 this->fields[this->num_fields].interpolation = INTERP_MODE_NONE; in add_field() 1031 var->data.interpolation = INTERP_MODE_FLAT; in generate_vs_special_vars() 1036 var->data.interpolation = INTERP_MODE_FLAT; in generate_vs_special_vars() 1109 var->data.interpolation = INTERP_MODE_FLAT; in generate_tes_special_vars() 1111 var->data.interpolation = INTERP_MODE_FLAT; in generate_tes_special_vars() 1125 var->data.interpolation = INTERP_MODE_FLAT; in generate_gs_special_vars() 1129 var->data.interpolation = INTERP_MODE_FLAT; in generate_gs_special_vars() 1147 var->data.interpolation = INTERP_MODE_FLAT; in generate_gs_special_vars() 1149 var->data.interpolation = INTERP_MODE_FLAT; in generate_gs_special_vars() 1176 var->data.interpolation = INTERP_MODE_FLAT; in generate_fs_special_vars() [all …]
|
D | link_varyings.cpp | 339 unsigned input_interpolation = input->data.interpolation; in cross_validate_types_and_qualifiers() 340 unsigned output_interpolation = output->data.interpolation; in cross_validate_types_and_qualifiers() 357 interpolation_string(output->data.interpolation), in cross_validate_types_and_qualifiers() 359 interpolation_string(input->data.interpolation)); in cross_validate_types_and_qualifiers() 369 interpolation_string(output->data.interpolation), in cross_validate_types_and_qualifiers() 371 interpolation_string(input->data.interpolation)); in cross_validate_types_and_qualifiers() 426 unsigned interpolation; member 454 unsigned interpolation, in check_location_aliasing() argument 501 if (info->interpolation != interpolation) { in check_location_aliasing() 523 info->interpolation = interpolation; in check_location_aliasing() [all …]
|
/external/tensorflow/tensorflow/contrib/image/python/kernel_tests/ |
D | image_ops_test.py | 164 image_ops.rotate(image, np.pi / 4.0, interpolation="BILINEAR").eval(), 172 image_ops.rotate(image, np.pi / 4.0, interpolation="NEAREST").eval(), 192 image_ops.rotate(image, np.pi / 4.0, interpolation="BILINEAR").eval(), 202 image, random_ops.random_uniform((), -1, 1), interpolation="BILINEAR") 271 image, transform, interpolation="NEAREST")
|
/external/python/cpython2/Doc/library/ |
D | configparser.rst | 62 interpolation. This means values can contain format strings which refer to 97 support the magical interpolation behavior. 115 interpolation feature and adds optional arguments to the :meth:`get` and 117 ``%()s`` string interpolation. Note that *__name__* is an intrinsic default; 121 All option names used in interpolation will be passed through the 139 the magical interpolation feature. This implementation is more predictable as 179 interpolation. 184 Exception raised when string interpolation cannot be completed because the 217 The maximum depth for recursive interpolation for :meth:`get` when the *raw* 343 interpolation and output to files) can only be achieved using string values. [all …]
|
/external/tensorflow/tensorflow/core/kernels/ |
D | resize_bilinear_op.cc | 84 CachedInterpolation* interpolation) { in compute_interpolation_weights() argument 85 interpolation[out_size].lower = 0; in compute_interpolation_weights() 86 interpolation[out_size].upper = 0; in compute_interpolation_weights() 90 interpolation[i].lower = in compute_interpolation_weights() 92 interpolation[i].upper = in compute_interpolation_weights() 94 interpolation[i].lerp = in - in_f; in compute_interpolation_weights()
|
D | quantized_resize_bilinear_op.cc | 51 const int resolution, InterpolationCache<T_SCALE>* interpolation) { in ComputeInterpolationWeights() argument 53 interpolation->lower.resize(out_size + 1); in ComputeInterpolationWeights() 54 interpolation->upper.resize(out_size + 1); in ComputeInterpolationWeights() 55 interpolation->lerp.resize(out_size + 1); in ComputeInterpolationWeights() 56 interpolation->ilerp.resize(out_size + 1); in ComputeInterpolationWeights() 58 interpolation->lower[out_size] = 0; in ComputeInterpolationWeights() 59 interpolation->upper[out_size] = 0; in ComputeInterpolationWeights() 63 interpolation->lower[i] = in ComputeInterpolationWeights() 65 interpolation->upper[i] = in ComputeInterpolationWeights() 67 interpolation->lerp[i] = in - in_f; in ComputeInterpolationWeights() [all …]
|
/external/libaom/libaom/aom_scale/generic/ |
D | aom_scale.c | 260 int interpolation = 0; in Scale2D() local 317 interpolation = 1; in Scale2D() 344 if (interpolation) { in Scale2D() 368 if (interpolation) in Scale2D()
|
/external/mesa3d/src/intel/compiler/ |
D | brw_interpolation_map.c | 84 var->data.interpolation); in brw_setup_vue_interpolation() 89 slot_count, var->data.interpolation); in brw_setup_vue_interpolation()
|
/external/tensorflow/tensorflow/python/keras/preprocessing/ |
D | image.py | 201 interpolation='nearest', argument 226 interpolation=interpolation,
|
/external/libvpx/libvpx/vpx_scale/generic/ |
D | vpx_scale.c | 258 int interpolation = 0; in Scale2D() local 315 interpolation = 1; in Scale2D() 342 if (interpolation) { in Scale2D() 367 if (interpolation) in Scale2D()
|
/external/deqp/external/vulkancts/mustpass/1.1.3/src/ |
D | excluded-tests.txt | 35 dEQP-VK.rasterization.interpolation.basic.lines_wide 36 dEQP-VK.rasterization.interpolation.projected.line_strip_wide
|
/external/python/cpython3/Lib/test/ |
D | cfgparser.3 | 63 [tricky interpolation] 67 [more interpolation]
|