Home
last modified time | relevance | path

Searched defs:counts (Results 1 – 25 of 159) sorted by relevance

1234567

/external/libchrome/base/metrics/
Dsample_vector.h74 HistogramBase::AtomicCount* counts() { in counts() function
79 const HistogramBase::AtomicCount* counts() const { in counts() function
84 void set_counts(const HistogramBase::AtomicCount* counts) const { in set_counts()
Dsample_vector.cc269 HistogramBase::Count* counts = CreateCountsStorageWhileLocked(); in MountCountsStorageAndMoveSingleSample() local
309 const DelayedPersistentAllocation& counts) in PersistentSampleVector()
365 const std::vector<HistogramBase::AtomicCount>* counts, in SampleVectorIterator()
376 const HistogramBase::AtomicCount* counts, in SampleVectorIterator()
/external/tensorflow/tensorflow/contrib/distributions/python/ops/
Dbinomial.py236 def _log_prob(self, counts): argument
240 def _prob(self, counts): argument
243 def _cdf(self, counts): argument
255 def _log_unnormalized_prob(self, counts): argument
260 def _log_normalization(self, counts): argument
292 def _maybe_assert_valid_sample(self, counts): argument
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/inference/
DChiSquareTest.java150 double chiSquare(long[][] counts) in chiSquare()
181 double chiSquareTest(long[][] counts) in chiSquareTest()
219 boolean chiSquareTest(long[][] counts, double alpha) in chiSquareTest()
DChiSquareTestImpl.java151 public double chiSquare(long[][] counts) throws IllegalArgumentException { in chiSquare()
188 public double chiSquareTest(long[][] counts) in chiSquareTest()
204 public boolean chiSquareTest(long[][] counts, double alpha) in chiSquareTest()
/external/libaom/libaom/tools/
Daom_entropy_optimizer.c40 static void counts_to_cdf(const aom_count_type *counts, aom_cdf_prob *cdf, in counts_to_cdf()
114 static void optimize_cdf_table(aom_count_type *counts, FILE *const probsfile, in optimize_cdf_table()
129 static void optimize_uv_mode(aom_count_type *counts, FILE *const probsfile, in optimize_uv_mode()
158 static void optimize_cdf_table_var_modes_2d(aom_count_type *counts, in optimize_cdf_table_var_modes_2d()
188 static void optimize_cdf_table_var_modes_3d(aom_count_type *counts, in optimize_cdf_table_var_modes_3d()
222 static void optimize_cdf_table_var_modes_4d(aom_count_type *counts, in optimize_cdf_table_var_modes_4d()
/external/tensorflow/tensorflow/python/ops/distributions/
Dmultinomial.py280 def _log_prob(self, counts): argument
283 def _log_unnormalized_prob(self, counts): argument
287 def _log_normalization(self, counts): argument
307 def _maybe_assert_valid_sample(self, counts): argument
Ddirichlet_multinomial.py281 def _log_prob(self, counts): argument
290 def _prob(self, counts): argument
346 def _maybe_assert_valid_sample(self, counts): argument
/external/libvpx/libvpx/vpx_dsp/
Dprob.c29 const unsigned int *counts, in tree_merge_probs_impl()
45 const unsigned int *counts, vpx_prob *probs) { in vpx_tree_merge_probs()
/external/bcc/examples/tracing/
Dstrlen_count.py53 counts = b.get_table("counts") variable
/external/bcc/tools/
Dvfscount.py47 counts = b.get_table("counts") variable
Dbpflist.py40 counts = {} variable
/external/tensorflow/tensorflow/contrib/tensor_forest/kernels/
Dtree_utils.h52 T Sum(Tensor counts) { in Sum()
76 float RawWeightedGiniImpurity(const T& counts) { in RawWeightedGiniImpurity()
92 float WeightedGiniImpurity(const T& counts) { in WeightedGiniImpurity()
/external/guava/guava/src/com/google/common/collect/
DRegularImmutableSortedMultiset.java33 private final transient int[] counts; field in RegularImmutableSortedMultiset
40 int[] counts, in RegularImmutableSortedMultiset()
/external/deqp/modules/gles2/stress/
Des2sVertexArrayTests.cpp74 int counts[] = {1, 256}; in init() local
143 int counts[] = {1, 256}; in init() local
212 int counts[] = {5, 256}; in init() local
283 int counts[] = {1, 256}; in init() local
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodemv.c35 FRAME_COUNTS *counts = xd->counts; in read_intra_mode_y() local
45 FRAME_COUNTS *counts = xd->counts; in read_intra_mode_uv() local
54 FRAME_COUNTS *counts = xd->counts; in read_inter_mode() local
66 FRAME_COUNTS *counts = xd->counts; in read_selected_tx_size() local
186 FRAME_COUNTS *counts = xd->counts; in read_skip() local
268 const nmv_context *ctx, nmv_context_counts *counts, in read_mv()
294 FRAME_COUNTS *counts = xd->counts; in read_block_reference_mode() local
307 FRAME_COUNTS *counts = xd->counts; in read_ref_frames() local
349 FRAME_COUNTS *counts = xd->counts; in read_switchable_interp_filter() local
411 FRAME_COUNTS *counts = xd->counts; in assign_mv() local
[all …]
/external/strace/tests-m32/
Dreadahead.c79 static const unsigned long counts[] = { variable
/external/strace/tests/
Dreadahead.c79 static const unsigned long counts[] = { variable
/external/strace/tests-mx32/
Dreadahead.c79 static const unsigned long counts[] = { variable
/external/libvpx/libvpx/vp9/common/
Dvp9_entropymv.c139 void vp9_inc_mv(const MV *mv, nmv_context_counts *counts) { in vp9_inc_mv()
159 const nmv_context_counts *counts = &cm->counts.mv; in vp9_adapt_mv_probs() local
/external/v8/src/
Dbasic-block-profiler.h25 const uint32_t* counts() const { return &counts_[0]; } in counts() function
/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_btf_haskv.c30 struct ipv_counts *counts; in _dummy_tracepoint() local
Dtest_btf_nokv.c28 struct ipv_counts *counts; in _dummy_tracepoint() local
/external/tensorflow/tensorflow/contrib/tensor_forest/kernels/v4/
Dcandidate_graph_runner.cc118 const auto& counts = outputs[0].unaligned_flat<float>(); in GetLeftStats() local
128 const auto& counts = outputs[0].unaligned_flat<float>(); in GetRightStats() local
/external/deqp/modules/gles3/stress/
Des3sVertexArrayTests.cpp76 int counts[] = {1, 256}; in init() local
174 int counts[] = {1, 256}; in init() local
278 int counts[] = {5, 256}; in init() local
382 int counts[] = {1, 256}; in init() local

1234567