|
58 | 58 | */
|
59 | 59 | enum class DPNPFuncName : size_t
|
60 | 60 | {
|
61 |
| - DPNP_FN_NONE, /**< Very first element of the enumeration */ |
62 |
| - DPNP_FN_ALL, /**< Used in numpy.all() impl */ |
63 |
| - DPNP_FN_ALLCLOSE, /**< Used in numpy.allclose() impl */ |
64 |
| - DPNP_FN_ALLCLOSE_EXT, /**< Used in numpy.allclose() impl, requires extra |
65 |
| - parameters */ |
66 |
| - DPNP_FN_ANY, /**< Used in numpy.any() impl */ |
67 |
| - DPNP_FN_ARANGE, /**< Used in numpy.arange() impl */ |
68 |
| - DPNP_FN_ARGMAX, /**< Used in numpy.argmax() impl */ |
69 |
| - DPNP_FN_ARGMIN, /**< Used in numpy.argmin() impl */ |
70 |
| - DPNP_FN_ARGSORT, /**< Used in numpy.argsort() impl */ |
71 |
| - DPNP_FN_CHOOSE, /**< Used in numpy.choose() impl */ |
72 |
| - DPNP_FN_CHOOSE_EXT, /**< Used in numpy.choose() impl, requires extra |
73 |
| - parameters */ |
74 |
| - DPNP_FN_COPYTO, /**< Used in numpy.copyto() impl */ |
| 61 | + DPNP_FN_NONE, /**< Very first element of the enumeration */ |
| 62 | + DPNP_FN_ALL, /**< Used in numpy.all() impl */ |
| 63 | + DPNP_FN_ALLCLOSE, /**< Used in numpy.allclose() impl */ |
| 64 | + DPNP_FN_ALLCLOSE_EXT, /**< Used in numpy.allclose() impl, requires extra |
| 65 | + parameters */ |
| 66 | + DPNP_FN_ANY, /**< Used in numpy.any() impl */ |
| 67 | + DPNP_FN_ARANGE, /**< Used in numpy.arange() impl */ |
| 68 | + DPNP_FN_ARGMAX, /**< Used in numpy.argmax() impl */ |
| 69 | + DPNP_FN_ARGMIN, /**< Used in numpy.argmin() impl */ |
| 70 | + DPNP_FN_ARGSORT, /**< Used in numpy.argsort() impl */ |
| 71 | + DPNP_FN_CHOOSE, /**< Used in numpy.choose() impl */ |
| 72 | + DPNP_FN_CHOOSE_EXT, /**< Used in numpy.choose() impl, requires extra |
| 73 | + parameters */ |
| 74 | + DPNP_FN_COPYTO, /**< Used in numpy.copyto() impl */ |
75 | 75 | DPNP_FN_COPYTO_EXT, /**< Used in numpy.copyto() impl, requires extra
|
76 | 76 | parameters */
|
77 | 77 | DPNP_FN_CORRELATE, /**< Used in numpy.correlate() impl */
|
|
0 commit comments