|
14 | 14 | </script> |
15 | 15 |
|
16 | 16 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
17 | | - <title>dpnp.dpnp_iface_counting — Data Parallel Extension for NumPy 0.18.0dev0+25.g197e49d3c10 documentation</title> |
| 17 | + <title>dpnp.dpnp_iface_counting — Data Parallel Extension for NumPy 0.18.0dev0+28.g1d50889fd81 documentation</title> |
18 | 18 | <link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=03e43079" /> |
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=db9107af"></script> |
| 24 | + <script src="../../_static/documentation_options.js?v=d88a2b81"></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> |
@@ -145,16 +145,19 @@ <h1>Source code for dpnp.dpnp_iface_counting</h1><div class="highlight"><pre> |
145 | 145 | <span class="sd"> Axis or tuple of axes along which to count non-zeros.</span> |
146 | 146 | <span class="sd"> Default value means that non-zeros will be counted along a flattened</span> |
147 | 147 | <span class="sd"> version of `a`.</span> |
| 148 | + |
148 | 149 | <span class="sd"> Default: ``None``.</span> |
149 | | -<span class="sd"> keepdims : bool, optional</span> |
| 150 | +<span class="sd"> keepdims : {None, bool}, optional</span> |
150 | 151 | <span class="sd"> If this is set to ``True``, the axes that are counted are left in the</span> |
151 | 152 | <span class="sd"> result as dimensions with size one. With this option, the result will</span> |
152 | 153 | <span class="sd"> broadcast correctly against the input array.</span> |
| 154 | + |
153 | 155 | <span class="sd"> Default: ``False``.</span> |
154 | 156 | <span class="sd"> out : {None, dpnp.ndarray, usm_ndarray}, optional</span> |
155 | 157 | <span class="sd"> The array into which the result is written. The data type of `out` must</span> |
156 | 158 | <span class="sd"> match the expected shape and the expected data type of the result.</span> |
157 | 159 | <span class="sd"> If ``None`` then a new array is returned.</span> |
| 160 | + |
158 | 161 | <span class="sd"> Default: ``None``.</span> |
159 | 162 |
|
160 | 163 | <span class="sd"> Returns</span> |
|
0 commit comments