Home
last modified time | relevance | path

Searched defs:nbins (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/libs/histogram/benchmark/
Dhistogram_parallel_filling.cpp37 const unsigned nbins = state.range(0); in NoThreads() local
54 const unsigned nbins = state.range(0); in AtomicStorage() local
/third_party/boost/libs/histogram/doc/
Diteration_performance.py28 nbins = int(m.group(5)) variable
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_perfetto.h101 uint16_t nbins; member
Dfreedreno_gmem.c778 unsigned nbins = gmem->maxpw * gmem->maxph; in fd_gmem_estimate_bins_per_pipe() local
/third_party/python/Lib/test/
Dtest_tuple.py112 def tryone_inner(tag, nbins, hashes, expected=None, zlimit=None): argument
/third_party/python/Lib/test/support/
D__init__.py1859 def collision_stats(nbins, nballs): argument
/third_party/mindspore/mindspore/ops/operations/
Dmath_ops.py2186 def __init__(self, nbins, dtype='int32'): argument