Home
last modified time | relevance | path

Searched defs:forward_function (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Dtape.py178 forward_function=None): argument
H A Dpywrap_tfe_src.cc2390 const tensorflow::eager::ForwardFunction<PyObject>* forward_function,
2591 const tensorflow::eager::ForwardFunction<PyObject>* forward_function) {
2622 PyObject* forward_function) {
3290 tensorflow::eager::ForwardFunction<PyObject>* forward_function; local
H A Dfunction.py897 def _wrap_forward_function_with_jvps( argument
/aosp_15_r20/external/tensorflow/tensorflow/c/eager/
H A Dtape.h1027 const ForwardFunction<Gradient>* forward_function, in Accumulate()
/aosp_15_r20/external/tensorflow/tensorflow/python/
H A Dtfe_wrapper.cc1066 const py::handle& forward_function) { in PYBIND11_MODULE()