8000 Auto-generated commit · stdlib-js/ndarray-base-every@340acb7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 340acb7

Browse files
committed
Auto-generated commit
1 parent 897ed88 commit 340acb7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+48
-43
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion

CONTRIBUTORS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# Contributors listed in alphabetical order.
44

55
Aadish Jain <jain.aadishj@gmail.com>
6+
Aarya Balwadkar <142713127+AaryaBalwadkar@users.noreply.github.com>
67
Aayush Khanna <aayushiitbhu23@gmail.com>
78
Abdelrahman Samir <60700731+abdelrahman04@users.noreply.github.com>
89
Abdul Kaium <97376242+impawstarlight@users.noreply.github.com>
@@ -77,6 +78,7 @@ Justyn Shelby <96994781+ShelbyJustyn@users.noreply.github.com>
7778
Karan Anand <119553199+anandkaranubc@users.noreply.github.com>
7879
Karthik Prakash <116057817+skoriop@users.noreply.github.com>
7980
Kaushikgtm <162317291+Kaushikgtm@users.noreply.github.com>
81+
Kavyansh-Bagdi <153486713+Kavyansh-Bagdi@users.noreply.github.com>
8082
Kohantika Nath <145763549+kohantikanath@users.noreply.github.com>
8183
Krishnam Agarwal <83017176+888krishnam@users.noreply.github.com>
8284
Krishnendu Das <86651039+itskdhere@users.noreply.github.com>
@@ -104,6 +106,7 @@ Ognjen Jevremović <ognjenjevremovic@users.noreply.github.com>
104106
Oneday12323 <107678750+Oneday12323@users.noreply.github.com>
105107
Ori Miles <97595296+orimiles5@users.noreply.github.com>
106108
Philipp Burckhardt <pburckhardt@outlook.com>
109+
Prajjwal Bajpai <142303989+prajjwalbajpai@users.noreply.github.com>
107110
Prajwal Kulkarni <prajwalkulkarni76@gmail.com>
108111
Pranav Goswami <pranavchiku11@gmail.com>
109112
Pranjal Jha <97080887+PraneGIT@users.noreply.github.com>
@@ -127,6 +130,7 @@ Rutam Kathale <138517416+performant23@users.noreply.github.com>
127130
Ruthwik Chikoti <145591715+ruthwikchikoti@users.noreply.github.com>
128131
Ryan Seal <splrk@users.noreply.github.com>
129132
Rylan Yang <137365285+rylany27@users.noreply.github.com>
133+
SAHIL KUMAR <168997976+sahilk45@users.noreply.github.com>
130134
SHIVAM YADAV <120725381+Shivam-1827@users.noreply.github.com>
131135
Sai Srikar Dumpeti <80447788+the-r3aper7@users.noreply.github.com>
132136
Sanchay Ketan Sinha <122982233+satansin123@users.noreply.github.com>

benchmark/benchmark.10d_blocked_columnmajor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ var order = 'column-major';
4444
* @private
4545
* @param {PositiveInteger} len - ndarray length
4646
* @param {NonNegativeIntegerArray} shape - ndarray shape
47-
* @param {string} xtype - output ndarray data type
47+
* @param {string} xtype - ndarray data type
4848
* @returns {Function} benchmark function
4949
*/
5050
function createBenchmark( len, shape, xtype ) {

benchmark/benchmark.10d_blocked_rowmajor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ var order = 'row-major';
4444
* @private
4545
* @param {PositiveInteger} len - ndarray length
4646
* @param {NonNegativeIntegerArray} shape - ndarray shape
47-
* @param {string} xtype - output ndarray data type
47+
* @param {string} xtype - ndarray data type
4848
* @returns {Function} benchmark function
4949
*/
5050
function createBenchmark( len, shape, xtype ) {

benchmark/benchmark.10d_columnmajor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ var order = 'column-major';
4444
* @private
4545
* @param {PositiveInteger} len - ndarray length
4646
* @param {NonNegativeIntegerArray} shape - ndarray shape
47-
* @param {string} xtype - output ndarray data type
47+
* @param {string} xtype - ndarray data type
4848
* @returns {Function} benchmark function
4949
*/
5050
function createBenchmark( len, shape, xtype ) {

benchmark/benchmark.10d_rowmajor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ var order = 'row-major';
4444
* @private
4545
* @param {PositiveInteger} len - ndarray length
4646
* @param {NonNegativeIntegerArray} shape - ndarray shape
47-
* @param {string} xtype - output ndarray data type
47+
* @param {string} xtype - ndarray data type
4848
* @returns {Function} benchmark function
4949
*/
5050
function createBenchmark( len, shape, xtype ) {

benchmark/benchmark.11d_columnmajor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ var order = 'column-major';
4444
* @private
4545
* @param {PositiveInteger} len - ndarray length
4646
* @param {NonNegativeIntegerArray} shape - ndarray shape
47-
* @param {string} xtype - output ndarray data type
47+
* @param {string} xtype - ndarray data type
4848
* @returns {Function} benchmark function
4949
*/
5050
function createBenchmark( len, shape, xtype ) {

benchmark/benchmark.11d_rowmajor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ var order = 'row-major';
4444
* @private
4545
* @param {PositiveInteger} len - ndarray length
4646
* @param {NonNegativeIntegerArray} shape - ndarray shape
47-
* @param {string} xtype - output ndarray data type
47+
* @param {string} xtype - ndarray data type
4848
* @returns {Function} benchmark function
4949
*/
5050
function createBenchmark( len, shape, xtype ) {

benchmark/benchmark.1d_columnmajor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ var order = 'column-major';
4343
* @private
4444
* @param {PositiveInteger} len - ndarray length
4545
* @param {NonNegativeIntegerArray} shape - ndarray shape
46-
* @param {string} xtype - output ndarray data type
46+
* @param {string} xtype - ndarray data type
4747
* @returns {Function} benchmark function
4848
*/
4949
function createBenchmark( len, shape, xtype ) {

benchmark/benchmark.1d_rowmajor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ var order = 'row-major';
4343
* @private
4444
* @param {PositiveInteger} len - ndarray length
4545
* @param {NonNegativeIntegerArray} shape - ndarray shape
46-
* @param {string} xtype - output ndarray data type
46+
* @param {string} xtype - ndarray data type
4747
* @returns {Function} benchmark function
4848
*/
4949
function createBenchmark( len, shape, xtype ) {

benchmark/benchmark.2d_blocked_columnmajor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ var order = 'column-major';
4545
* @private
4646
* @param {PositiveInteger} len - ndarray length
4747
* @param {NonNegativeIntegerArray} shape - ndarray shape
48-
* @param {string} xtype - output ndarray data type
48+
* @param {string} xtype - ndarray data type
4949
* @returns {Function} benchmark function
5050
*/
5151
function createBenchmark( len, shape, xtype ) {

benchmark/benchmark.2d_blocked_rowmajor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ var order = 'row-major';
4545
* @private
4646
* @param {PositiveInteger} len - ndarray length
4747
* @param {NonNegativeIntegerArray} shape - ndarray shape
48-
* @param {string} xtype - output ndarray data type
48+
* @param {string} xtype - ndarray data type
4949
* @returns {Function} benchmark function
5050
*/
5151
function createBenchmark( len, shape, xtype ) {

benchmark/benchmark.2d_columnmajor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ var order = 'column-major';
4545
* @private
4646
* @param {PositiveInteger} len - ndarray length
4747
* @param {NonNegativeIntegerArray} shape - ndarray shape
48-
* @param {string} xtype - output ndarray data type
48+
* @param {string} xtype - ndarray data type
4949
* @returns {Function} benchmark function
5050
*/
5151
function createBenchmark( len, shape, xtype ) {

benchmark/benchmark.2d_rowmajor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ var order = 'row-major';
4545
* @private
4646
* @param {PositiveInteger} len - ndarray length
4747
* @param {NonNegativeIntegerArray} shape - ndarray shape
48-
* @param {string} xtype - output ndarray data type
48+
* @param {string} xtype - ndarray data type
4949
* @returns {Function} benchmark function
5050
*/
5151
function createBenchmark( len, shape, xtype ) {

benchmark/benchmark.2d_rowmajor_accessors.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ function set( buf, idx, value ) {
6969
* @private
7070
* @param {PositiveInteger} len - ndarray length
7171
* @param {NonNegativeIntegerArray} shape - ndarray shape
72-
* @param {string} xtype - output ndarray data type
72+
* @param {string} xtype - ndarray data type
7373
* @returns {Function} benchmark function
7474
*/
7575
function createBenchmark( len, shape, xtype ) {

benchmark/benchmark.2d_rowmajor_accessors_complex.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ function set( buf, idx, value ) {
7070
* @private
7171
* @param {PositiveInteger} len - ndarray length
7272
* @param {NonNegativeIntegerArray} shape - ndarray shape
73-
* @param {string} xtype - output ndarray data type
73+
* @param {string} xtype - ndarray data type
7474
* @returns {Function} benchmark function
7575
*/
7676
function createBenchmark( len, shape, xtype ) {

benchmark/benchmark.3d_blocked_columnmajor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ var order = 'column-major';
4545
* @private
4646
* @param {PositiveInteger} len - ndarray length
4747
* @param {NonNegativeIntegerArray} shape - ndarray shape
48-
* @param {string} xtype - output ndarray data type
48+
* @param {string} xtype - ndarray data type
4949
* @returns {Function} benchmark function
5050
*/
5151
function createBenchmark( len, shape, xtype ) {

benchmark/benchmark.3d_blocked_rowmajor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ var order = 'row-major';
4545
* @private
4646
* @param {PositiveInteger} len - ndarray length
4747
* @param {NonNegativeIntegerArray} shape - ndarray shape
48-
* @param {string} xtype - output ndarray data type
48+
* @param {string} xtype - ndarray data type
4949
* @returns {Function} benchmark function
5050
*/
5151
function createBenchmark( len, shape, xtype ) {

benchmark/benchmark.3d_columnmajor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ var order = 'column-major';
4545
* @private
4646
* @param {PositiveInteger} len - ndarray length
4747
* @param {NonNegativeIntegerArray} shape - ndarray shape
48-
* @param {string} xtype - output ndarray data type
48+
* @param {string} xtype - ndarray data type
4949
* @returns {Function} benchmark function
5050
*/
5151
function createBenchmark( len, shape, xtype ) {

benchmark/benchmark.3d_rowmajor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ var order = 'row-major';
4545
* @private
4646
* @param {PositiveInteger} len - ndarray length
4747
* @param {NonNegativeIntegerArray} shape - ndarray shape
48-
* @param {string} xtype - output ndarray data type
48+
* @param {string} xtype - ndarray data type
4949
* @returns {Function} benchmark function
5050
*/
5151
function createBenchmark( len, shape, xtype ) {

benchmark/benchmark.4d_blocked_columnmajor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ var order = 'column-major';
4444
* @private
4545
* @param {PositiveInteger} len - ndarray length
4646
* @param {NonNegativeIntegerArray} shape - ndarray shape
47-
* @param {string} xtype - output ndarray data type
47+
* @param {string} xtype - ndarray data type
4848
* @returns {Function} benchmark function
4949
*/
5050
function createBenchmark( len, shape, xtype ) {

benchmark/benchmark.4d_blocked_rowmajor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ var order = 'row-major';
4444
* @private
4545
* @param {PositiveInteger} len - ndarray length
4646
* @param {NonNegativeIntegerArray} shape - ndarray shape
47-
* @param {string} xtype - output ndarray data type
47+
* @param {string} xtype - ndarray data type
4848
* @returns {Function} benchmark function
4949
*/
5050
function createBenchmark( len, shape, xtype ) {

benchmark/benchmark.4d_columnmajor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ var order = 'column-major';
4444
* @private
4545
* @param {PositiveInteger} len - ndarray length
4646
* @param {NonNegativeIntegerArray} shape - ndarray shape
47-
* @param {string} xtype - output ndarray data type
47+
* @param {string} xtype - ndarray data type
4848
* @returns {Function} benchmark function
4949
*/
5050
function createBenchmark( len, shape, xtype ) {

benchmark/benchmark.4d_rowmajor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ var order = 'row-major';
4444
* @private
4545
* @param {PositiveInteger} len - ndarray length
4646
* @param {NonNegativeIntegerArray} shape - ndarray shape
47-
* @param {string} xtype - output ndarray data type
47+
* @param {string} xtype - ndarray data type
4848
* @returns {Function} benchmark function
4949
*/
5050
function createBenchmark( len, shape, xtype ) {

benchmark/benchmark.5d_blocked_columnmajor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ var order = 'column-major';
4444
* @private
4545
* @param {PositiveInteger} len - ndarray length
4646
* @param {NonNegativeIntegerArray} shape - ndarray shape
47-
* @param {string} xtype - output ndarray data type
47+
* @param {string} xtype - ndarray data type
4848
* @returns {Function} benchmark function
4949
*/
5050
function createBenchmark( len, shape, xtype ) {

benchmark/benchmark.5d_blocked_rowmajor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ var order = 'row-major';
4444
* @private
4545
* @param {PositiveInteger} len - ndarray length
4646
* @param {NonNegativeIntegerArray} shape - ndarray shape
47-
* @param {string} xtype - output ndarray data type
47+
* @param {string} xtype - ndarray data type
4848
* @returns {Function} benchmark function
4949
*/
5050
function createBenchmark( len, shape, xtype ) {

benchmark/benchmark.5d_columnmajor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ var order = 'column-major';
4444
* @private
4545
* @param {PositiveInteger} len - ndarray length
4646
* @param {NonNegativeIntegerArray} shape - ndarray shape
47-
* @param {string} xtype - output ndarray data type
47+
* @param {string} xtype - ndarray data type
4848
* @returns {Function} benchmark function
4949
*/
5050
function createBenchmark( len, shape, xtype ) {

benchmark/benchmark.5d_rowmajor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ var order = 'row-major';
4444
* @private
4545
* @param {PositiveInteger} len - ndarray length
4646
* @param {NonNegativeIntegerArray} shape - ndarray shape
47-
* @param {string} xtype - output ndarray data type
47+
* @param {string} xtype - ndarray data type
4848
* @returns {Function} benchmark function
4949
*/
5050
function createBenchmark( len, shape, xtype ) {

benchmark/benchmark.6d_blocked_columnmajor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ var order = 'column-major';
4444
* @private
4545
* @param {PositiveInteger} len - ndarray length
4646
* @param {NonNegativeIntegerArray} shape - ndarray shape
47-
* @param {string} xtype - output ndarray data type
47+
* @param {string} xtype - ndarray data type
4848
* @returns {Function} benchmark function
4949
*/
5050
function createBenchmark( len, shape, xtype ) {

benchmark/benchmark.6d_blocked_rowmajor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ var order = 'row-major';
4444
* @private
4545
* @param {PositiveInteger} len - ndarray length
4646
* @param {NonNegativeIntegerArray} shape - ndarray shape
47-
* @param {string} xtype - output ndarray data type
47+
* @param {string} xtype - ndarray data type
4848
* @returns {Function} benchmark function
4949
*/
5050
function createBenchmark( len, shape, xtype ) {

benchmark/benchmark.6d_columnmajor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ var order = 'column-major';
4444
* @private
4545
* @param {PositiveInteger} len - ndarray length
4646
* @param {NonNegativeIntegerArray} shape - ndarray shape
47-
* @param {string} xtype - output ndarray data type
47+
* @param {string} xtype - ndarray data type
4848
* @returns {Function} benchmark function
4949
*/
5050
function createBenchmark( len, shape, xtype ) {

benchmark/benchmark.6d_rowmajor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ var order = 'row-major';
4444
* @private
4545
* @param {PositiveInteger} len - ndarray length
4646
* @param {NonNegativeIntegerArray} shape - ndarray shape
47-
* @param {string} xtype - output ndarray data type
47+
* @param {string} xtype - ndarray data type
4848
* @returns {Function} benchmark function
4949
*/
5050
function createBenchmark( len, shape, xtype ) {

benchmark/benchmark.7d_blocked_columnmajor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ var order = 'column-major';
4444
* @private
4545
* @param {PositiveInteger} len - ndarray length
4646
* @param {NonNegativeIntegerArray} shape - ndarray shape
47-
* @param {string} xtype - output ndarray data type
47+
* @param {string} xtype - ndarray data type
4848
* @returns {Function} benchmark function
4949
*/
5050
function createBenchmark( len, shape, xtype ) {

benchmark/benchmark.7d_blocked_rowmajor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ var order = 'row-major';
4444
* @private
4545
* @param {PositiveInteger} len - ndarray length
4646
* @param {NonNegativeIntegerArray} shape - ndarray shape
47-
* @param {string} xtype - output ndarray data type
47+
* @param {string} xtype - ndarray data type
4848
* @returns {Function} benchmark function
4949
*/
5050
function createBenchmark( len, shape, xtype ) {

benchmark/benchmark.7d_columnmajor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ var order = 'column-major';
4444
* @private
4545
* @param {PositiveInteger} len - ndarray length
4646
* @param {NonNegativeIntegerArray} shape - ndarray shape
47-
* @param {string} xtype - output ndarray data type
47+
* @param {string} xtype - ndarray data type
4848
* @returns {Function} benchmark function
4949
*/
5050
function createBenchmark( len, shape, xtype ) {

benchmark/benchmark.7d_rowmajor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ var order = 'row-major';
4444
* @private
4545
* @param {PositiveInteger} len - ndarray length
4646
* @param {NonNegativeIntegerArray} shape - ndarray shape
47-
* @param {string} xtype - output ndarray data type
47+
* @param {string} xtype - ndarray data type
4848
* @returns {Function} benchmark function
4949
*/
5050
function createBenchmark( len, shape, xtype ) {

benchmark/benchmark.8d_blocked_columnmajor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ var order = 'row-major';
4444
* @private
4545
* @param {PositiveInteger} len - ndarray length
4646
* @param {NonNegativeIntegerArray} shape - ndarray shape
47-
* @param {string} xtype - output ndarray data type
47+
* @param {string} xtype - ndarray data type
4848
* @returns {Function} benchmark function
4949
*/
5050
function createBenchmark( len, shape, xtype ) {

benchmark/benchmark.8d_blocked_rowmajor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ var order = 'row-major';
4444
* @private
4545
* @param {PositiveInteger} len - ndarray length
4646
* @param {NonNegativeIntegerArray} shape - ndarray shape
47-
* @param {string} xtype - output ndarray data type
47+
* @param {string} xtype - ndarray data type
4848
* @returns {Function} benchmark function
4949
*/
5050
function createBenchmark( len, shape, xtype ) {

benchmark/benchmark.8d_columnmajor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ var order = 'column-major';
4444
* @private
4545
* @param {PositiveInteger} len - ndarray length
4646
* @param {NonNegativeIntegerArray} shape - ndarray shape
47-
* @param {string} xtype - output ndarray data type
47+
* @param {string} xtype - ndarray data type
4848
* @returns {Function} benchmark function
4949
*/
5050
function createBenchmark( len, shape, xtype ) {

benchmark/benchmark.8d_rowmajor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ var order = 'row-major';
4444
* @private
4545
* @param {PositiveInteger} len - ndarray length
4646
* @param {NonNegativeIntegerArray} shape - ndarray shape
47-
* @param {string} xtype - output ndarray data type
47+
* @param {string} xtype - ndarray data type
4848
* @returns {Function} benchmark function
4949
*/
5050
function createBenchmark( len, shape, xtype ) {

benchmark/benchmark.9d_blocked_columnmajor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ var order = 'column-major';
4444
* @private
4545
* @param {PositiveInteger} len - ndarray length
4646
* @param {NonNegativeIntegerArray} shape - ndarray shape
47-
* @param {string} xtype - output ndarray data type
47+
* @param {string} xtype - ndarray data type
4848
* @returns {Function} benchmark function
4949
*/
5050
function createBenchmark( len, shape, xtype ) {

0 commit comments

Comments
 (0)
0