Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/eager/
Dtape.py47 def push_new_tape(persistent=False, watch_accessed_variables=True): function
Dbackprop.py230 this_tape = tape.push_new_tape()
550 this_tape = tape.push_new_tape(persistent=persistent)
863 self._tape = tape.push_new_tape(