You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param {IntegerArray} [options.dims] - list of dimensions over which to perform a reduction
390
384
* @param {boolean} [options.keepdims=false] - boolean indicating whether the reduced dimensions should be included in the returned ndarray as singleton dimensions
391
-
* @param {(*|ndarray)} [options.sentinelValue] - sentinel value
385
+
* @param {(*|ndarray)} [options.sentinel] - sentinel value
392
386
* @param {Function} predicate - predicate function
393
387
* @param {*} [thisArg] - predicate function execution context
394
388
* @throws {TypeError} first argument must be an ndarray-like object
* @param {IntegerArray} [options.dims] - list of dimensions over which to perform a reduction
367
361
* @param {boolean} [options.keepdims=false] - boolean indicating whether the reduced dimensions should be included in the returned ndarray as singleton dimensions
368
-
* @param {(*|ndarray)} [options.sentinelValue] - sentinel value
362
+
* @param {(*|ndarray)} [options.sentinel] - sentinel value
369
363
* @param {Function} predicate - predicate function
370
364
* @param {*} [thisArg] - predicate function execution context
371
365
* @throws {TypeError} first argument must be an ndarray-like object
0 commit comments