Skip to content

Commit

Permalink
Update lasagne.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lutzroeder committed Jun 28, 2024
1 parent 82a9f13 commit d47c714
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/lasagne.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ lasagne.Tensor = class {

constructor(storage) {
this.type = new lasagne.TensorType(storage.dtype.__name__, new lasagne.TensorShape(storage.shape));
this.values = storage.data;
}
};

Expand Down

0 comments on commit d47c714

Please sign in to comment.