Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe.h292 PyObject* TFE_Py_ForwardAccumulatorSetAdd(PyObject* accumulator);
Dforwardprop.py377 pywrap_tfe.TFE_Py_ForwardAccumulatorSetAdd(self._accumulator)
Dpywrap_tfe_src.cc2846 PyObject* TFE_Py_ForwardAccumulatorSetAdd(PyObject* accumulator) { function
/external/tensorflow/tensorflow/tools/def_file_filter/
Dsymbols_pybind.txt184 TFE_Py_ForwardAccumulatorSetAdd
/external/tensorflow/tensorflow/python/
Dtfe_wrapper.cc981 TFE_Py_ForwardAccumulatorSetAdd(accumulator.ptr())); in PYBIND11_MODULE()