Skip to content

Commit 8b2546e

Browse files
committed
Remove DPNP_FN_CHOOSE_EXT and DPNP_FN_CHOOSE
1 parent a297f9a commit 8b2546e

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

dpnp/backend/include/dpnp_iface_fptr.hpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,6 @@
5959
enum class DPNPFuncName : size_t
6060
{
6161
DPNP_FN_NONE, /**< Very first element of the enumeration */
62-
DPNP_FN_CHOOSE, /**< Used in numpy.choose() impl */
63-
DPNP_FN_CHOOSE_EXT, /**< Used in numpy.choose() impl, requires extra
64-
parameters */
6562
DPNP_FN_ERF, /**< Used in scipy.special.erf impl */
6663
DPNP_FN_ERF_EXT, /**< Used in scipy.special.erf impl, requires extra
6764
parameters */

dpnp/dpnp_algo/dpnp_algo.pxd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ from dpnp.dpnp_utils.dpnp_algo_utils cimport dpnp_descriptor
3333

3434
cdef extern from "dpnp_iface_fptr.hpp" namespace "DPNPFuncName": # need this namespace for Enum import
3535
cdef enum DPNPFuncName "DPNPFuncName":
36-
DPNP_FN_CHOOSE_EXT
3736
DPNP_FN_ERF_EXT
3837
DPNP_FN_MODF_EXT
3938
DPNP_FN_PARTITION_EXT

0 commit comments

Comments
 (0)