HomeSort by relevance Sort by last modified time
    Searched refs:_tape (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/python/eager/
tape.py 30 self._tape = tape
33 return pywrap_tensorflow.TFE_Py_TapeWatchedVariables(self._tape)
62 pywrap_tensorflow.TFE_Py_TapeSetRemove(tape._tape) # pylint: disable=protected-access
imperative_grad.py 65 tape._tape, vspace, target, sources, output_gradients, status) # pylint: disable=protected-access
backprop.py 865 self._tape = None
869 self._tape = tape.push_new_tape(persistent=self._persistent)
873 tape.pop_tape(self._tape)
887 return self._tape.watched_variables()
907 if self._tape is None:
915 _default_vspace, self._tape, [target], sources,
918 self._tape = None

Completed in 511 milliseconds