Skip to content

Commit e9c6dc9

Browse files
committed
Auto-generated commit
1 parent 86558ee commit e9c6dc9

Some content is hidden

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

45 files changed

+44
-42
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions

base/every/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 ) {

base/every/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 ) {

base/every/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 ) {

base/every/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 ) {

base/every/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 ) {

base/every/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 ) {

base/every/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 ) {

base/every/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 ) {

base/every/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 ) {

0 commit comments

Comments
 (0)