Home
last modified time | relevance | path

Searched defs:watch_accessed_variables (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Dtape.py43 def push_new_tape(persistent=False, watch_accessed_variables=True): argument
H A Dbackprop.py848 def __init__(self, persistent=False, watch_accessed_variables=True): argument
H A Dpywrap_tfe_src.cc1576 explicit GradientTape(bool persistent, bool watch_accessed_variables) in GradientTape()
1927 PyObject* watch_accessed_variables) { in TFE_Py_TapeSetNew()
/aosp_15_r20/external/tensorflow/tensorflow/python/
H A Dtfe_wrapper.cc1040 const py::handle& watch_accessed_variables) { in PYBIND11_MODULE()