Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc1657 } TFE_Py_VariableWatcher; typedef
1660 delete reinterpret_cast<TFE_Py_VariableWatcher*>(variable_watcher) in TFE_Py_VariableWatcher_Delete()
1667 sizeof(TFE_Py_VariableWatcher), /* tp_basicsize */
1705 tensorflow::gtl::CompactPointerSet<TFE_Py_VariableWatcher*>*
1708 tensorflow::gtl::CompactPointerSet<TFE_Py_VariableWatcher*>> in GetVariableWatcherSet()
1712 new tensorflow::gtl::CompactPointerSet<TFE_Py_VariableWatcher*>); in GetVariableWatcherSet()
1841 tensorflow::gtl::CompactPointerSet<TFE_Py_VariableWatcher*>> {
1845 tensorflow::gtl::CompactPointerSet<TFE_Py_VariableWatcher*>>( in SafeVariableWatcherSet()
2220 TFE_Py_VariableWatcher* variable_watcher =
2221 PyObject_NEW(TFE_Py_VariableWatcher, &TFE_Py_VariableWatcher_Type);
[all …]