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.cc1702 } TFE_Py_VariableWatcher; typedef
1705 delete reinterpret_cast<TFE_Py_VariableWatcher*>(variable_watcher) in TFE_Py_VariableWatcher_Delete()
1712 sizeof(TFE_Py_VariableWatcher), /* tp_basicsize */
1755 tensorflow::gtl::CompactPointerSet<TFE_Py_VariableWatcher*>*
1758 tensorflow::gtl::CompactPointerSet<TFE_Py_VariableWatcher*>> in GetVariableWatcherSet()
1768 new tensorflow::gtl::CompactPointerSet<TFE_Py_VariableWatcher*>); in GetVariableWatcherSet()
1902 tensorflow::gtl::CompactPointerSet<TFE_Py_VariableWatcher*>> {
1906 tensorflow::gtl::CompactPointerSet<TFE_Py_VariableWatcher*>>( in SafeVariableWatcherSet()
2290 TFE_Py_VariableWatcher* variable_watcher =
2291 PyObject_NEW(TFE_Py_VariableWatcher, &TFE_Py_VariableWatcher_Type);
[all …]