We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdc6261 commit 16cce9bCopy full SHA for 16cce9b
dpnp/backend/include/dpnp_iface_fptr.hpp
@@ -377,7 +377,7 @@ enum class DPNPFuncName : size_t
377
DPNP_FN_VANDER_EXT, /**< Used in numpy.vander() impl, requires extra parameters */
378
DPNP_FN_VAR, /**< Used in numpy.var() impl */
379
DPNP_FN_VAR_EXT, /**< Used in numpy.var() impl, requires extra parameters */
380
- DPNP_FN_WHERE_EXT, /**< Used in numpy.var() impl, requires extra parameters */
+ DPNP_FN_WHERE_EXT, /**< Used in numpy.where() impl, requires extra parameters */
381
DPNP_FN_ZEROS, /**< Used in numpy.zeros() impl */
382
DPNP_FN_ZEROS_LIKE, /**< Used in numpy.zeros_like() impl */
383
DPNP_FN_LAST, /**< The latest element of the enumeration */
0 commit comments