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.cc1475 tensorflow::int64 WatchVariable(PyObject* v) { in WatchVariable() function in VariableWatcher
1540 WatchVariable(v); in VariableAccessed()
1544 void WatchVariable(PyObject* v) { in WatchVariable() function in GradientTape
1545 tensorflow::int64 id = variable_watcher_.WatchVariable(v); in WatchVariable()
2210 reinterpret_cast<TFE_Py_Tape*>(tape)->tape->WatchVariable(variable);
2238 variable_watcher->variable_watcher->WatchVariable(variable);