Skip to content

Commit

Permalink
Update PyTorch script
Browse files Browse the repository at this point in the history
  • Loading branch information
lutzroeder committed Oct 23, 2024
1 parent cfe1b08 commit 850ed0a
Show file tree
Hide file tree
Showing 6 changed files with 3,263 additions and 17,923 deletions.
3 changes: 3 additions & 0 deletions source/python.js
Original file line number Diff line number Diff line change
Expand Up @@ -6168,6 +6168,9 @@ python.Execution = class {
kind() {
return this._kind;
}
annotation_str() {
return this._annotation_str;
}
equals(/* rhs */) {
throw new python.Error(`Not implemented '${this.kind()}'.`);
}
Expand Down
Loading

0 comments on commit 850ed0a

Please sign in to comment.