Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/eager/
Dtape.py45 def push_new_tape(persistent=False, watch_accessed_variables=True): function
Dbackprop.py197 this_tape = tape.push_new_tape()
509 this_tape = tape.push_new_tape(persistent=persistent)
783 self._tape = tape.push_new_tape(
/external/tensorflow/tensorflow/python/framework/
Dfunc_graph.py665 this_tape = tape.push_new_tape()