2020 < link rel ="stylesheet " type ="text/css " href ="../../_static/copybutton.css?v=76b2166b " />
2121 < link rel ="stylesheet " type ="text/css " href ="../../_static/sphinx-design.min.css?v=95c83b7e " />
2222 < link rel ="stylesheet " type ="text/css " href ="../../_static/styles/furo-extensions.css?v=8dab3a3b " />
23- < link rel ="stylesheet " type ="text/css " href ="../../_static/dpnp-custom.css?v=22da0ec1 " />
23+ < link rel ="stylesheet " type ="text/css " href ="../../_static/dpnp-custom.css?v=077675f8 " />
2424
2525
2626
@@ -1487,6 +1487,8 @@ <h1>Source code for dpnp.dpnp_iface</h1><div class="highlight"><pre>
14871487< span class ="sd "> and implementing `__sycl_usm_array_interface__` protocol, an instance</ span >
14881488< span class ="sd "> of `numpy.ndarray`, an object supporting Python buffer protocol,</ span >
14891489< span class ="sd "> a Python scalar, or a (possibly nested) sequence of Python scalars.</ span >
1490+
1491+ < span class ="sd "> Default: ``None``.</ span >
14901492< span class ="sd "> sycl_queue : {None, class:`dpctl.SyclQueue`}, optional</ span >
14911493< span class ="sd "> A queue which explicitly indicates where USM allocation is done</ span >
14921494< span class ="sd "> and the population code (if any) is executed.</ span >
@@ -1538,7 +1540,7 @@ <h1>Source code for dpnp.dpnp_iface</h1><div class="highlight"><pre>
15381540< span class ="sd "> ----------</ span >
15391541< span class ="sd "> a : {dpnp.ndarray, usm_ndarray}</ span >
15401542< span class ="sd "> Input array.</ span >
1541- < span class ="sd "> out : {None, dpnp.ndarray, usm_ndarray}</ span >
1543+ < span class ="sd "> out : {None, dpnp.ndarray, usm_ndarray}, optional </ span >
15421544< span class ="sd "> If provided, value of `a` array will be copied into it</ span >
15431545< span class ="sd "> according to ``safe`` casting rule.</ span >
15441546< span class ="sd "> It should be of the appropriate shape.</ span >
@@ -1759,8 +1761,8 @@ <h1>Source code for dpnp.dpnp_iface</h1><div class="highlight"><pre>
17591761 < script src ="../../_static/sphinx_highlight.js?v=dc90522c "> </ script >
17601762 < script src ="../../_static/scripts/furo.js?v=46bd48cc "> </ script >
17611763 < script src ="../../_static/clipboard.min.js?v=a7894cd8 "> </ script >
1762- < script src ="../../_static/copybutton.js?v=4ea706d9 "> </ script >
1764+ < script src ="../../_static/copybutton.js?v=ccdb6887 "> </ script >
17631765 < script src ="../../_static/design-tabs.js?v=f930bc37 "> </ script >
1764- < script src ="../../_static/dpnp-custom.js?v=2d2385ae "> </ script >
1766+ < script src ="../../_static/dpnp-custom.js?v=b3bf1689 "> </ script >
17651767 </ body >
17661768</ html >
0 commit comments