Home
last modified time | relevance | path

Searched refs:interpolated (Results 1 – 25 of 32) sorted by relevance

12

/external/tensorflow/tensorflow/contrib/image/python/ops/
Ddense_image_warp.py215 interpolated = _interpolate_bilinear(image, query_points_flattened)
216 interpolated = array_ops.reshape(interpolated,
218 return interpolated
/external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/state_space_models/
Dfiltering_postprocessor_test.py65 for interpolated, expected in zip(interpolated_state, expected_state):
66 self.assertAllClose(expected, interpolated.eval())
/external/deqp/doc/testspecs/GLES31/
Dfunctional.shaders.multisample_interpolation.txt56 integer literals at which samples values are interpolated, in dynamic cases the
61 will result in a value interpolated at the center of the pixel. Value is
88 interpolateAtCentroid() were interpolated within the primitive area.
103 same value as a per-sample interpolated varying.
Dfunctional.shaders.sample_variables.txt58 contains the position in which varyings were interpolated. Cases render a quad
60 values against a per-sample interpolated screen-space location (in pixels)
62 interpolated varying value.
/external/sonivox/arm-wt-22k/lib_src/
DARM-E_interpolate_noloop_gnu.s103 @ = x0 + f * (x1 - x0) == interpolated result
105 STRH tmp1, [pOutputBuffer], #NEXT_OUTPUT_PCM @ *pOutputBuffer++ = interpolated result
DARM-E_interpolate_loop_gnu.s111 @ = x0 + f * (x1 - x0) == interpolated result
113 STRH tmp1, [pOutputBuffer], #NEXT_OUTPUT_PCM @ *pOutputBuffer++ = interpolated result
/external/deqp/modules/internal/
DditFrameworkTests.cpp709 …TextureLevel interpolated (TextureFormat(TextureFormat::RGBA, TextureFormat::FLOAT), numSamples, w… in runCase() local
720 clear (interpolated.getAccess(), subCase.varying - Vec4(0.0f, 0.0f, 0.0f, 1.0f)); in runCase()
771 …s colorAccess = rr::MultisamplePixelBufferAccess::fromMultisampleAccess(interpolated.getAccess()); in runCase()
799 TextureLevel resolvedColor (interpolated.getFormat(), width, height); // For debugging in runCase()
802 const ConstPixelBufferAccess interpAccess = interpolated.getAccess(); in runCase()
812 …tAccess(), rr::MultisampleConstPixelBufferAccess::fromMultisampleAccess(interpolated.getAccess())); in runCase()
/external/libpng/
DTODO26 Add interpolated method of handling interlacing.
/external/deqp/doc/testspecs/GLES3/
Dfunctional.frag_output.txt39 output values are interpolated from per-vertex data. For integer outputs
Dfunctional.shaders.fragdepth.txt42 while right quad fills with value that is interpolated in range 0..1.
/external/deqp/doc/testspecs/GLES2/
Dfunctional.rasterization.txt49 vertex-specific colors, small deviation in interpolated color is allowed.
Dfunctional.depth.txt42 In the fourth pair z1 = 0 and z2 is interpolated between -1.0 and 1.0,
/external/python/cpython3/Doc/library/
Dstatistics.rst161 When the number of data points is even, the median is interpolated by taking
196 be an actual data point rather than interpolated.
216 be an actual data point rather than interpolated.
/external/walt/ios/WALT/
DDragLatencyController.mm130 * interpolated touchYs.
371 // Calculate interpolated touch y positions at each laser event.
/external/mesa3d/src/gallium/docs/source/cso/
Drasterizer.rst50 of the entire polygon. If not set, fragment colors will be interpolated
53 The actual interpolated shading algorithm is obviously
/external/universal-tween-engine/
DREADME.md92 …* Every attribute can be interpolated. The only requirement is that what you want to interpolate c…
/external/skqp/site/dev/design/conical/
Dindex.md35 is on the linearly interpolated circle with center $C_t = (1-t) \cdot C_0 + t \cdot C_1$ and radius
50 corresponding linearly interpolated radius $r_f = (1-f) \cdot r_0 + f \cdot r_1 = 0$.
/external/skia/site/dev/design/conical/
Dindex.md35 is on the linearly interpolated circle with center $C_t = (1-t) \cdot C_0 + t \cdot C_1$ and radius
50 corresponding linearly interpolated radius $r_f = (1-f) \cdot r_0 + f \cdot r_1 = 0$.
/external/python/cpython3/Doc/reference/
Dlexical_analysis.rst635 single: interpolated string literal
637 single: string; interpolated literal
/external/mesa3d/src/gallium/docs/source/
Dtgsi.rst1743 The interpolation instructions allow an input to be interpolated in a
3001 to the back of the Z buffer. The W component contains the interpolated
3004 the reciprocal of the interpolated value).
3196 the interpolated plane distances are >= 0.
3451 The Interpolate field specifes the way input is being interpolated by
3462 should be interpolated according to cylindrical wrapping rules.
/external/skia/docs/
Dspelling.txt115 intermediate internal internally interpolate interpolated interpolates interpolation interpret
DSkPath_Reference.bmh438 #Param out Path replaced by interpolated averages ##
/external/skqp/docs/
Dspelling.txt115 intermediate internal internally interpolate interpolated interpolates interpolation interpret
DSkPath_Reference.bmh438 #Param out Path replaced by interpolated averages ##
/external/python/cpython3/Doc/whatsnew/
D3.2.rst2632 the start of a line in multiline values, it has to be interpolated. This

12