Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe.h295 void TFE_Py_ForwardAccumulatorSetRemove(PyObject* accumulator);
Dforwardprop.py383 pywrap_tfe.TFE_Py_ForwardAccumulatorSetRemove(self._accumulator)
Dpywrap_tfe_src.cc2862 void TFE_Py_ForwardAccumulatorSetRemove(PyObject* accumulator) { function
/external/tensorflow/tensorflow/tools/def_file_filter/
Dsymbols_pybind.txt185 TFE_Py_ForwardAccumulatorSetRemove
/external/tensorflow/tensorflow/python/
Dtfe_wrapper.cc985 TFE_Py_ForwardAccumulatorSetRemove(accumulator.ptr()); in PYBIND11_MODULE()