Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/eager/
Dtape.py184 pywrap_tfe.TFE_Py_TapeSetRecordOperation(op_type, output_tensors,
Dpywrap_tfe.h210 PyObject* TFE_Py_TapeSetRecordOperation(PyObject* op_type,
Dpywrap_tfe_src.cc2546 PyObject* TFE_Py_TapeSetRecordOperation(PyObject* op_type, function
/external/tensorflow/tensorflow/tools/def_file_filter/
Dsymbols_pybind.txt170 TFE_Py_TapeSetRecordOperation
/external/tensorflow/tensorflow/python/
Dtfe_wrapper.cc908 return tensorflow::PyoOrThrow(TFE_Py_TapeSetRecordOperation( in PYBIND11_MODULE()