Searched refs:nbins (Results 1 – 11 of 11) sorted by relevance
/third_party/boost/libs/histogram/benchmark/ |
D | histogram_parallel_filling.cpp | 37 const unsigned nbins = state.range(0); in NoThreads() local 38 auto hist = make_histogram_with(DS(), axis::regular<>(nbins, 0, 1)); in NoThreads() 54 const unsigned nbins = state.range(0); in AtomicStorage() local 55 hist = make_histogram_with(DSTS(), axis::regular<>(nbins, 0, 1)); in AtomicStorage()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_perfetto.cc | 215 if (p->nbins) { in stage_end() 219 data->set_value(std::to_string(p->nbins)); in stage_end() 339 p->nbins = payload->nbins; in fd_start_render_pass() 375 fd_context(pctx)->perfetto.nbins ? GMEM_STAGE_ID : BYPASS_STAGE_ID); in fd_start_draw_ib() 385 fd_context(pctx)->perfetto.nbins ? GMEM_STAGE_ID : BYPASS_STAGE_ID); in fd_end_draw_ib()
|
D | freedreno_perfetto.h | 101 uint16_t nbins; member
|
D | freedreno_gmem.c | 778 unsigned nbins = gmem->maxpw * gmem->maxph; in fd_gmem_estimate_bins_per_pipe() local 784 return nbins; in fd_gmem_estimate_bins_per_pipe()
|
/third_party/boost/libs/histogram/doc/ |
D | iteration_performance.py | 28 nbins = int(m.group(5)) variable 30 bench[(name, hist, dim, cov)].append((int(nbins) ** dim, time))
|
/third_party/mesa3d/src/freedreno/decode/scripts/ |
D | parse-submits.lua | 54 local nbins 112 printf(" bin size: %ux%u (%u bins)\n", binw, binh, nbins) 403 nbins = r.VSC_BIN_COUNT.NX * r.VSC_BIN_COUNT.NY
|
/third_party/python/Lib/test/ |
D | test_tuple.py | 112 def tryone_inner(tag, nbins, hashes, expected=None, zlimit=None): argument 116 mean, sdev = support.collision_stats(nbins, nballs)
|
/third_party/mindspore/mindspore/ccsrc/transform/graph_ir/op_declare/ |
D | math_ops_declare.cc | 54 ATTR_MAP(HistogramFixedWidthD) = {{"nbins", ATTR_DESC(nbins, AnyTraits<int64_t>())},
|
/third_party/mindspore/mindspore/ops/operations/ |
D | math_ops.py | 2186 def __init__(self, nbins, dtype='int32'): argument 2188 self.nbins = validator.check_value_type("nbins", nbins, [int], self.name) 2189 validator.check_int(nbins, 1, Rel.GE, "nbins", self.name) 2196 return (self.nbins,)
|
/third_party/python/Lib/test/support/ |
D | __init__.py | 1859 def collision_stats(nbins, nballs): argument 1860 n, k = nbins, nballs
|
/third_party/mindspore/config/ |
D | op_info.config | 470 …e": false, "param_type": "required", "shape": "all"}], "attr": [{"name": "nbins", "param_type": "r…
|