Home
last modified time | relevance | path

Searched refs:WatchVariable (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc1520 int64_t WatchVariable(PyObject* v) { in WatchVariable() function in VariableWatcher
1585 WatchVariable(v); in VariableAccessed()
1589 void WatchVariable(PyObject* v) { in WatchVariable() function in GradientTape
1590 int64_t id = variable_watcher_.WatchVariable(v); in WatchVariable()
2280 reinterpret_cast<TFE_Py_Tape*>(tape)->tape->WatchVariable(variable);
2308 variable_watcher->variable_watcher->WatchVariable(variable);