Searched defs:tape (Results 1 – 4 of 4) sorted by relevance
38 def __init__(self, tape): argument52 def push_tape(tape): argument57 def watch(tape, tensor): argument62 def watch_variable(tape, variable): argument113 def pop_tape(tape): argument
33 tape, argument
1256 GradientTape* tape; member1259 static void TFE_Py_Tape_Delete(PyObject* tape) { in TFE_Py_Tape_Delete()1305 for (auto* tape : tape_set_) { in SafeTapeSet() local1311 for (auto* tape : tape_set_) { in ~SafeTapeSet() local1341 TFE_Py_Tape* tape = PyObject_NEW(TFE_Py_Tape, &TFE_Py_Tape_Type); in TFE_Py_TapeSetNew() local1349 void TFE_Py_TapeSetAdd(PyObject* tape) { in TFE_Py_TapeSetAdd()1364 void TFE_Py_TapeSetRemove(PyObject* tape) { in TFE_Py_TapeSetRemove()1437 void TFE_Py_TapeWatch(PyObject* tape, PyObject* tensor) {1547 void TFE_Py_TapeWatchVariable(PyObject* tape, PyObject* variable) {1554 PyObject* TFE_Py_TapeWatchedVariables(PyObject* tape) {[all …]
10 bool tape; member35 constexpr unsigned run(const State *tm, const Tape &tape, unsigned state) { in run()