Returns variables watched by this tape in order of construction.
(self)
| 929 | self._push_tape() |
| 930 | |
| 931 | def watched_variables(self): |
| 932 | """Returns variables watched by this tape in order of construction.""" |
| 933 | return self._tape.watched_variables() |
| 934 | |
| 935 | def gradient(self, |
| 936 | target, |