MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / watched_variables

Method watched_variables

tensorflow/python/eager/backprop.py:931–933  ·  view source on GitHub ↗

Returns variables watched by this tape in order of construction.

(self)

Source from the content-addressed store, hash-verified

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,

Callers 1

grad_fnFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected