Home
last modified time | relevance | path

Searched refs:TFE_Py_TapeSetRecordOperationBackprop (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/python/eager/
Dtape.py188 pywrap_tfe.TFE_Py_TapeSetRecordOperationBackprop(op_type, output_tensors,
Dpywrap_tfe.h223 PyObject* TFE_Py_TapeSetRecordOperationBackprop(PyObject* op_type,
Dpywrap_tfe_src.cc2724 PyObject* TFE_Py_TapeSetRecordOperationBackprop(PyObject* op_type, function
/external/tensorflow/tensorflow/tools/def_file_filter/
Dsymbols_pybind.txt180 TFE_Py_TapeSetRecordOperationBackprop
/external/tensorflow/tensorflow/python/
Dtfe_wrapper.cc1075 return tensorflow::PyoOrThrow(TFE_Py_TapeSetRecordOperationBackprop( in PYBIND11_MODULE()