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 24, 2024
1 parent cfe1b08 commit adef0de
Show file tree
Hide file tree
Showing 6 changed files with 3,236 additions and 18,158 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 adef0de

Please sign in to comment.