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 operation
467
-
* @param {boolean} [options.keepdims=false] - boolean indicating whether the reduced dimensions should be included in the returned ndarray as singleton dimensions
468
-
* @param {string} [options.dtype] - output ndarray data type
469
-
* @throws {TypeError} function must be provided at least two arguments
463
+
* @throws {TypeError} function must be provided at least three arguments
470
464
* @throws {TypeError} first argument must be an ndarray-like object
471
465
* @throws {TypeError} third argument must be either an ndarray-like object or an integer
472
466
* @throws {TypeError} fourth argument must be an ndarray-like object
0 commit comments