Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/eager/
Dforwardprop_util.py78 pywrap_tfe.TFE_Py_ForwardAccumulatorPopState()
Dpywrap_tfe.h315 PyObject* TFE_Py_ForwardAccumulatorPopState();
Dpywrap_tfe_src.cc2001 PyObject* TFE_Py_ForwardAccumulatorPopState() { function
/external/tensorflow/tensorflow/tools/def_file_filter/
Dsymbols_pybind.txt189 TFE_Py_ForwardAccumulatorPopState
/external/tensorflow/tensorflow/python/
Dtfe_wrapper.cc1003 return tensorflow::PyoOrThrow(TFE_Py_ForwardAccumulatorPopState()); in PYBIND11_MODULE()