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.h296 PyObject* TFE_Py_ForwardAccumulatorSetAdd(PyObject* accumulator);
Dforwardprop.py373 pywrap_tfe.TFE_Py_ForwardAccumulatorSetAdd(self._accumulator)
Dpywrap_tfe_src.cc2923 PyObject* TFE_Py_ForwardAccumulatorSetAdd(PyObject* accumulator) { function
/external/tensorflow/tensorflow/tools/def_file_filter/
Dsymbols_pybind.txt193 TFE_Py_ForwardAccumulatorSetAdd
/external/tensorflow/tensorflow/python/
Dtfe_wrapper.cc1140 TFE_Py_ForwardAccumulatorSetAdd(accumulator.ptr())); in PYBIND11_MODULE()