Skip to content

Commit

Permalink
Update mnn.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lutzroeder committed Jul 20, 2024
1 parent a04efa8 commit 4a772b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/mnn.js
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ mnn.Tensor = class {
this.encoding = '|';
this.values = data ? data.slice(0) : null;
break;
case 'int8':
case 'uint8':
case 'float16':
case 'bfloat16':
Expand Down

0 comments on commit 4a772b9

Please sign in to comment.