MCPcopy 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
45def push_new_tape(persistent=False, watch_accessed_variables=True):

Callers 15

_recomputing_grad_fnFunction · 0.45
fn_with_recomputeFunction · 0.45
fMethod · 0.45
compute_gradientsMethod · 0.45
_graph_mode_decoratorFunction · 0.45
_eager_mode_decoratorFunction · 0.45
_grad_functionMethod · 0.45

Calls

no outgoing calls

Tested by 9

fMethod · 0.36
_grad_functionMethod · 0.36
fMethod · 0.36