Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/eager/
Dforwardprop_util.py75 pywrap_tfe.TFE_Py_ForwardAccumulatorPushState()
Dpywrap_tfe.h314 PyObject* TFE_Py_ForwardAccumulatorPushState();
Dpywrap_tfe_src.cc1993 PyObject* TFE_Py_ForwardAccumulatorPushState() { function
/external/tensorflow/tensorflow/tools/def_file_filter/
Dsymbols_pybind.txt188 TFE_Py_ForwardAccumulatorPushState
/external/tensorflow/tensorflow/python/
Dtfe_wrapper.cc1000 return tensorflow::PyoOrThrow(TFE_Py_ForwardAccumulatorPushState()); in PYBIND11_MODULE()