| /external/tensorflow/tensorflow/python/eager/ | 
| D | tape.py | 36   def __init__(self, tape):  argument49 def push_tape(tape):  argument
 54 def watch(tape, tensor):  argument
 91 def watch_variable(tape, variable):  argument
 145 def pop_tape(tape):  argument
 
 | 
| D | imperative_grad.py | 29 def imperative_grad(tape,  argument
 | 
| D | pywrap_tfe_src.cc | 1617       GradientTape* tape;  member1624 static void TFE_Py_Tape_Delete(PyObject* tape) {  in TFE_Py_Tape_Delete()
 1930   TFE_Py_Tape* tape = PyObject_NEW(TFE_Py_Tape, &TFE_Py_Tape_Type);  in TFE_Py_TapeSetNew()  local
 1939 void TFE_Py_TapeSetAdd(PyObject* tape) {  in TFE_Py_TapeSetAdd()
 1957 void TFE_Py_TapeSetRemove(PyObject* tape) {  in TFE_Py_TapeSetRemove()
 2122 void TFE_Py_TapeWatch(PyObject* tape, PyObject* tensor) {
 2276 void TFE_Py_TapeWatchVariable(PyObject* tape, PyObject* variable) {
 2283 PyObject* TFE_Py_TapeWatchedVariables(PyObject* tape) {
 2796 PyObject* TFE_Py_TapeGradient(PyObject* tape, PyObject* target,
 
 | 
| /external/clang/test/SemaCXX/ | 
| D | constexpr-turing.cpp | 10   bool tape;  member35 constexpr unsigned run(const State *tm, const Tape &tape, unsigned state) {  in run()
 
 | 
| /external/tensorflow/tensorflow/c/eager/ | 
| D | gradients_test.cc | 106   auto tape = std::make_unique<Tape>(/*persistent=*/false);  in TEST_P()  local120   Tape tape(/*persistent=*/false);  in RecordOperationWithNullGradientFunctionModel()  local
 
 | 
| D | gradients.cc | 469                ForwardOperation* forward_op_, Tape* tape,  in Execute()
 | 
| /external/tensorflow/tensorflow/c/experimental/gradients/tape/ | 
| D | tape_context.cc | 22 TapeContext::TapeContext(AbstractContext* c, Tape* tape,  in TapeContext()
 | 
| D | tape_operation.cc | 22 TapeOperation::TapeOperation(AbstractOperation* parent_op, Tape* tape,  in TapeOperation()
 | 
| /external/tensorflow/tensorflow/python/framework/experimental/ | 
| D | tape.cc | 70           [](AbstractContext* ctx, Tape* tape, GradientRegistry* registry) {  in PYBIND11_MODULE()
 | 
| /external/tensorflow/tensorflow/c/experimental/gradients/ | 
| D | custom_gradient_test.cc | 71   Tape tape(/*persistent=*/false);  in ExpWithPassThroughGrad()  local
 | 
| D | grad_test_helper.cc | 115     Tape tape(/*persistent=*/false);  in BuildGradModel()  local
 | 
| /external/tensorflow/tensorflow/python/keras/optimizer_v2/ | 
| D | optimizer_v2.py | 465   def _get_gradients(self, tape, loss, var_list, grad_loss=None):  argument502   def minimize(self, loss, var_list, grad_loss=None, name=None, tape=None):  argument
 537   def _compute_gradients(self, loss, var_list, grad_loss=None, tape=None):  argument
 
 | 
| /external/tensorflow/tensorflow/python/ | 
| D | tfe_wrapper.cc | 1045         [](const py::handle& tape) { TFE_Py_TapeSetAdd(tape.ptr()); });  in PYBIND11_MODULE()1047         [](const py::handle& tape) { TFE_Py_TapeSetRemove(tape.ptr()); });  in PYBIND11_MODULE()
 1106         [](const py::handle& tape, const py::handle& tensor) {  in PYBIND11_MODULE()
 1110         [](const py::handle& tape, const py::handle& variable) {  in PYBIND11_MODULE()
 1113   m.def("TFE_Py_TapeWatchedVariables", [](const py::handle& tape) {  in PYBIND11_MODULE()
 
 | 
| /external/tensorflow/tensorflow/python/keras/ | 
| D | optimizer_v1.py | 782   def minimize(self, loss, var_list, grad_loss=None, tape=None):  argument
 | 
| /external/tensorflow/tensorflow/python/keras/mixed_precision/ | 
| D | loss_scale_optimizer.py | 569   def _compute_gradients(self, loss, var_list, grad_loss=None, tape=None):  argument
 | 
| /external/sg3_utils/src/ | 
| D | sg_format.c | 102         int tape;               /* -T <format>, def: -1 */  member
 |