Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ watched_variables
Method
watched_variables
tensorflow/python/eager/tape.py:41–42 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
39
self._tape = tape
40
41
def
watched_variables(self):
42
return
pywrap_tensorflow.TFE_Py_TapeWatchedVariables(self._tape)
43
44
45
def
push_new_tape(persistent=False, watch_accessed_variables=True):
Callers
15
_recomputing_grad_fn
Function · 0.45
fn_with_recompute
Function · 0.45
f
Method · 0.45
compute_gradients
Method · 0.45
_graph_mode_decorator
Function · 0.45
_eager_mode_decorator
Function · 0.45
testAutomaticWatchedVariables
Method · 0.45
testExplicitWatchedVariables
Method · 0.45
testSelectivelyWatchVariables
Method · 0.45
_grad_function
Method · 0.45
testHigherOrderWithVariable
Method · 0.45
testNestedCallWatchedVariables
Method · 0.45
Calls
no outgoing calls
Tested by
9
f
Method · 0.36
testAutomaticWatchedVariables
Method · 0.36
testExplicitWatchedVariables
Method · 0.36
testSelectivelyWatchVariables
Method · 0.36
_grad_function
Method · 0.36
testHigherOrderWithVariable
Method · 0.36
testNestedCallWatchedVariables
Method · 0.36
test_resource_variable_import
Method · 0.36
f
Method · 0.36