Skip to content

Commit

Permalink
revised constant.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mei1127 committed Dec 21, 2023
1 parent 1c4ad84 commit 902bcd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/constant.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import {cast} from './cast.js';
import {Tensor, sizeOfShape} from '../src/lib/tensor.js';

/**
* Create a constant array of the specified data type and
* shape that contains the data as specified by the range.
* Create a constant array of specified data type and shape,
* which contains data incrementing by step.
* @param {Array} outputShape
* @return {Tensor}
*/
Expand Down

0 comments on commit 902bcd9

Please sign in to comment.