Home
last modified time | relevance | path

Searched defs:tape (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/python/eager/
Dtape.py38 def __init__(self, tape): argument
51 def push_tape(tape): argument
56 def watch(tape, tensor): argument
61 def watch_variable(tape, variable): argument
112 def pop_tape(tape): argument
Dimperative_grad.py33 def imperative_grad(tape, argument
Dpywrap_tfe_src.cc1456 GradientTape* tape; member
1463 static void TFE_Py_Tape_Delete(PyObject* tape) { in TFE_Py_Tape_Delete()
1684 TFE_Py_Tape* tape = PyObject_NEW(TFE_Py_Tape, &TFE_Py_Tape_Type); in TFE_Py_TapeSetNew() local
1693 void TFE_Py_TapeSetAdd(PyObject* tape) { in TFE_Py_TapeSetAdd()
1711 void TFE_Py_TapeSetRemove(PyObject* tape) { in TFE_Py_TapeSetRemove()
1875 void TFE_Py_TapeWatch(PyObject* tape, PyObject* tensor) {
2019 void TFE_Py_TapeWatchVariable(PyObject* tape, PyObject* variable) {
2026 PyObject* TFE_Py_TapeWatchedVariables(PyObject* tape) {
2498 PyObject* TFE_Py_TapeGradient(PyObject* tape, PyObject* target,
/external/clang/test/SemaCXX/
Dconstexpr-turing.cpp10 bool tape; member
35 constexpr unsigned run(const State *tm, const Tape &tape, unsigned state) { in run()
/external/tensorflow/tensorflow/python/keras/premade/
Dwide_deep.py116 def _backwards(self, tape, loss): argument
/external/tensorflow/tensorflow/python/
Dtfe_wrapper.cc604 [](const py::handle& tape) { TFE_Py_TapeSetAdd(tape.ptr()); }); in PYBIND11_MODULE()
606 [](const py::handle& tape) { TFE_Py_TapeSetRemove(tape.ptr()); }); in PYBIND11_MODULE()
665 [](const py::handle& tape, const py::handle& tensor) { in PYBIND11_MODULE()
669 [](const py::handle& tape, const py::handle& variable) { in PYBIND11_MODULE()
672 m.def("TFE_Py_TapeWatchedVariables", [](const py::handle& tape) { in PYBIND11_MODULE()