@@ -194,8 +194,8 @@ enum class DPNPFuncName : size_t
194
194
*/
195
195
DPNP_FN_FULL, /* *< Used in numpy.full() impl */
196
196
DPNP_FN_FULL_LIKE, /* *< Used in numpy.full_like() impl */
197
- DPNP_FN_HYPOT, /* *< Used in numpy.hypot() impl */
198
- DPNP_FN_IDENTITY, /* *< Used in numpy.identity() impl */
197
+ DPNP_FN_HYPOT, /* *< Used in numpy.hypot() impl */
198
+ DPNP_FN_IDENTITY, /* *< Used in numpy.identity() impl */
199
199
DPNP_FN_INITVAL, /* *< Used in numpy ones, ones_like, zeros, zeros_like impls
200
200
*/
201
201
DPNP_FN_INITVAL_EXT, /* *< Used in numpy ones, ones_like, zeros, zeros_like
@@ -208,11 +208,11 @@ enum class DPNPFuncName : size_t
208
208
DPNP_FN_KRON_EXT, /* *< Used in numpy.kron() impl, requires extra parameters
209
209
*/
210
210
DPNP_FN_LEFT_SHIFT, /* *< Used in numpy.left_shift() impl */
211
- DPNP_FN_LOG, /* *< Used in numpy.log() impl */
212
- DPNP_FN_LOG10, /* *< Used in numpy.log10() impl */
213
- DPNP_FN_LOG10_EXT, /* *< Used in numpy.log10() impl, requires extra
214
- parameters */
215
- DPNP_FN_LOG2, /* *< Used in numpy.log2() impl */
211
+ DPNP_FN_LOG, /* *< Used in numpy.log() impl */
212
+ DPNP_FN_LOG10, /* *< Used in numpy.log10() impl */
213
+ DPNP_FN_LOG10_EXT, /* *< Used in numpy.log10() impl, requires extra
214
+ parameters */
215
+ DPNP_FN_LOG2, /* *< Used in numpy.log2() impl */
216
216
DPNP_FN_LOG2_EXT, /* *< Used in numpy.log2() impl, requires extra parameters
217
217
*/
218
218
DPNP_FN_LOG1P, /* *< Used in numpy.log1p() impl */
0 commit comments