Searched defs:watch_accessed_variables (Results 1 – 4 of 4) sorted by relevance
43 def push_new_tape(persistent=False, watch_accessed_variables=True): argument
848 def __init__(self, persistent=False, watch_accessed_variables=True): argument
1576 explicit GradientTape(bool persistent, bool watch_accessed_variables) in GradientTape()1927 PyObject* watch_accessed_variables) { in TFE_Py_TapeSetNew()
1040 const py::handle& watch_accessed_variables) { in PYBIND11_MODULE()