HomeSort by relevance Sort by last modified time
    Searched refs:samples (Results 576 - 600 of 1148) sorted by null

<<21222324252627282930>>

  /external/mesa3d/src/gallium/drivers/vc4/
vc4_nir_lower_blend.c 608 nir_ssa_def *samples[4]; local
610 samples[i] = vc4_nir_blend_pipeline(c, b, frag_color, i);
612 samples[0], samples[1],
613 samples[2], samples[3]);
  /external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/
mvn_tril_test.py 148 samples = mvn.sample(n, seed=137)
149 sample_values = samples.eval()
150 self.assertEqual(samples.get_shape(), [int(100e3), 2])
180 # Check that log_prob(samples) works
196 samples = mvn.sample(n, seed=137)
197 sample_values = samples.eval()
199 self.assertEqual(samples.get_shape(), (100000, 3, 5, 2))
  /external/tensorflow/tensorflow/python/kernel_tests/distributions/
bernoulli_test.py 257 samples = dist.sample(n)
258 samples.set_shape([n, 2])
259 self.assertEqual(samples.dtype, dtypes.int32)
260 sample_values = self.evaluate(samples)
279 samples = dist.sample(100)
280 grad_p = tape.gradient(samples, p)
beta_test.py 250 samples = beta.sample(n)
251 sample_values = self.evaluate(samples)
275 samples = beta.sample(100)
276 grad_a, grad_b = tape.gradient(samples, [a, b])
303 samples = beta.sample(n)
304 sample_values = self.evaluate(samples)
  /external/tensorflow/tensorflow/python/ops/
init_ops_v2.py 357 samples are drawn from a truncated/untruncated normal
365 With `distribution="uniform"`, samples are drawn from a uniform distribution
557 It draws samples from a uniform distribution within [-limit, limit]
586 It draws samples from a truncated normal distribution centered on 0
631 It draws samples from a truncated normal distribution centered on 0
657 It draws samples from a uniform distribution within [-limit, limit]
681 It draws samples from a truncated normal distribution centered on 0
702 It draws samples from a uniform distribution within [-limit, limit]
  /frameworks/av/media/libaudioprocessing/
AudioResamplerSinc.cpp 80 // we use 15 bits to interpolate between these samples
227 * p = past samples, convoluted with the (p)ositive side of sinc()
228 * n = future samples, convoluted with the (n)egative side of sinc()
336 // Always read-in the first samples from the input buffer
358 // if done with buffer, save samples
402 const int16_t *samples, uint32_t vRL)
424 int16_t const* sP = samples;
425 int16_t const* sN = samples + CHANNELS;
600 int32_t lerp, const int16_t* samples)
606 uint32_t rl = *reinterpret_cast<const uint32_t*>(samples);
    [all...]
  /frameworks/av/media/libeffects/dynamicsproc/dsp/
DPFrequency.cpp 373 size_t DPFrequency::processSamples(const float *in, float *out, size_t samples) {
389 for (size_t k = 0; k < samples; k += channelCount) {
405 if (available > samples/channelCount) {
406 available = samples/channelCount;
410 size_t fill = samples - (channelCount * available);
422 return samples;
  /device/google/contexthub/firmware/os/drivers/bosch_bmi160/
bosch_bmi160.c 669 #define DEC_INFO(name, type, axis, inter, samples) \
674 .minSamples = samples
676 #define DEC_INFO_RATE(name, rates, type, axis, inter, samples) \
677 DEC_INFO(name, type, axis, inter, samples), \
680 #define DEC_INFO_RATE_RAW(name, rates, type, axis, inter, samples, raw, scale) \
681 DEC_INFO(name, type, axis, inter, samples), \
687 #define DEC_INFO_RATE_BIAS(name, rates, type, axis, inter, samples, bias) \
688 DEC_INFO(name, type, axis, inter, samples), \
693 #define DEC_INFO_RATE_RAW_BIAS(name, rates, type, axis, inter, samples, raw, scale, bias) \
694 DEC_INFO_RATE_RAW(name, rates, type, axis, inter, samples, raw, scale),
    [all...]
  /development/build/tools/
sdk_repo.mk 46 # E.g. given a folder out/host/linux.../sdk/android-eng-sdk/samples/android-N
47 # this generates an sdk-repo-linux-samples that contains android-N/*
52 # $4=package to create (e.g. platforms, samples, etc.)
141 $(eval $(call mk-sdk-repo-pkg-2,SDK_REPO_XML_ARGS,$(HOST_OS),$(MAIN_SDK_ZIP),samples))
149 $(call sdk-repo-pkg-zip,$(HOST_OS),$(MAIN_SDK_ZIP),samples) \
159 # docs, platforms and samples have nothing OS-dependent right now.
  /external/deqp/executor/
xeTestCaseResult.hpp 375 int samples; member in class:xe::ri::EglConfig
405 , samples (0)
512 List samples; member in class:xe::ri::SampleList
  /external/deqp/external/vulkancts/modules/vulkan/renderpass/
vktRenderPassTestsUtil.hpp 53 VkSampleCountFlagBits samples,
68 VkSampleCountFlagBits samples,
358 VkSampleCountFlagBits samples,
  /external/doclava/res/assets/templates-sdk/
customizations.cs 88 elif:samples ?><?cs include:"../../../../frameworks/base/docs/html/ndk/samples/samples_toc.cs" ?><?cs
169 <?cs elif:samples ?>
170 <?cs include:"../../../../frameworks/base/docs/html/ndk/samples/samples_toc.cs" ?>
184 <?cs elif:samples ?>
185 <?cs include:"../../../../frameworks/base/docs/html/samples/samples_toc.cs" ?>
  /external/mesa3d/src/intel/blorp/
blorp.c 351 params.dst.surf.samples = params.depth.surf.samples;
355 params.num_samples = params.depth.surf.samples;
  /external/skia/bench/
nanobench.cpp 108 DEFINE_int32(samples, 10, "Number of samples to measure for each bench.");
109 DEFINE_int32(ms, 0, "If >0, run each bench for this many ms instead of obeying --samples.");
203 SkBudgeted::kNo, info, this->config.samples, &props);
1167 SkTArray<double> samples; local
    [all...]
  /external/skqp/bench/
nanobench.cpp 108 DEFINE_int32(samples, 10, "Number of samples to measure for each bench.");
109 DEFINE_int32(ms, 0, "If >0, run each bench for this many ms instead of obeying --samples.");
203 SkBudgeted::kNo, info, this->config.samples, &props);
1167 SkTArray<double> samples; local
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
PVRTgles2Ext.h 103 typedef void (GL_APIENTRYP PFNGLRENDERBUFFERSTORAGEMULTISAMPLEIMG) (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height);
104 typedef void (GL_APIENTRYP PFNGLFRAMEBUFFERTEXTURE2DMULTISAMPLEIMG) (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLsizei samples);
106 typedef void (GL_APIENTRYP PFNGLRENDERBUFFERSTORAGEMULTISAMPLEANGLEPROC) (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height);
  /external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/bijectors/
batch_normalization_test.py 187 samples = dist.sample(int(1e5))
190 base_log_prob = base_dist.log_prob(samples)
191 dist_log_prob = dist.log_prob(samples)
chain_test.py 194 samples = array_ops.placeholder(
195 dtype=np.float32, shape=[None, 10], name="samples")
196 ildj = chain.inverse_log_det_jacobian(samples, event_ndims=0)
199 ildj.eval({samples: np.zeros([2, 10], np.float32)})
  /external/tensorflow/tensorflow/core/lib/random/
random_distributions_test.cc 44 // A utility function to fill the given array with samples from the given
64 // Check the given array of samples matches the given theoretical moment
69 // samples: an array of samples to be tested for their statistical properties;
73 // stride: the distance between samples to check for statistical properties
75 // any other strides tests for spatial correlation between samples;
78 bool CheckSamplesMoments(const std::vector<T>& samples,
81 const T* const samples_data = &samples[0];
82 const int samples_size = samples.size();
97 // mode, given the large number of samples
    [all...]
  /external/tensorflow/tensorflow/python/kernel_tests/signal/
reconstruction_ops_test.py 40 self.samples = 5
43 exponents = np.array(range(self.frames * self.samples))
47 self.samples])
217 # of all the samples in the reconstruction by 1, so the gradient should
  /external/tensorflow/tensorflow/python/profiler/
pprof_profiler.py 205 class Samples(object):
208 Samples store the following statistics in order:
313 samples = Samples(self._string_table)
344 samples.add(datum, location_ids)
360 pprof_profile.sample.extend(samples.get_sample_protos())
  /external/autotest/client/cros/audio/
audio_quality_measurement_unittest.py 70 self.samples = length_in_secs * self.rate
72 for index in xrange(self.samples):
81 for index in xrange(self.samples):
116 for i in xrange(silence_after_playback_start_time, self.samples):
  /external/deqp/framework/egl/
egluConfigFilter.cpp 81 int CandidateConfig::samples (void) const { return get(EGL_SAMPLES); } function in class:eglu::CandidateConfig
  /external/fec/
peak_mmx_assist.s 7 # Find peak value in signed 16-bit input samples
peakval_mmx_assist.s 7 # Find peak value in signed 16-bit input samples

Completed in 881 milliseconds

<<21222324252627282930>>