|
14 | 14 | </script> |
15 | 15 |
|
16 | 16 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
17 | | - <title>dpnp.dpnp_iface_histograms — Data Parallel Extension for NumPy 0.17.0dev3+21.gcf2a106a505 documentation</title> |
| 17 | + <title>dpnp.dpnp_iface_histograms — Data Parallel Extension for NumPy 0.17.0dev3+24.g5096a7dc3bc documentation</title> |
18 | 18 | <link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=fa44fd50" /> |
19 | 19 | <link rel="stylesheet" type="text/css" href="../../_static/css/theme.css?v=e59714d7" /> |
20 | 20 |
|
21 | 21 |
|
22 | 22 | <script src="../../_static/jquery.js?v=5d32c60e"></script> |
23 | 23 | <script src="../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script> |
24 | | - <script src="../../_static/documentation_options.js?v=fd86fddd"></script> |
| 24 | + <script src="../../_static/documentation_options.js?v=be79bbaf"></script> |
25 | 25 | <script src="../../_static/doctools.js?v=9bcbadda"></script> |
26 | 26 | <script src="../../_static/sphinx_highlight.js?v=dc90522c"></script> |
27 | 27 | <script src="../../_static/js/theme.js"></script> |
@@ -408,7 +408,7 @@ <h1>Source code for dpnp.dpnp_iface_histograms</h1><div class="highlight"><pre> |
408 | 408 | <span class="sd"> Parameters</span> |
409 | 409 | <span class="sd"> ----------</span> |
410 | 410 | <span class="sd"> x : {dpnp.ndarray, usm_ndarray}</span> |
411 | | -<span class="sd"> Input 1-dimensional array with nonnegative integer values.</span> |
| 411 | +<span class="sd"> Input 1-dimensional array with non-negative integer values.</span> |
412 | 412 | <span class="sd"> weights : {None, dpnp.ndarray, usm_ndarray}, optional</span> |
413 | 413 | <span class="sd"> Weights, array of the same shape as `x`.</span> |
414 | 414 | <span class="sd"> Default: ``None``</span> |
|
0 commit comments