Home
last modified time | relevance | path

Searched defs:forwardprop_output_indices (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Dtape.py195 forwardprop_output_indices): argument
H A Dpywrap_tfe_src.cc2391 PyObject* forwardprop_output_indices,
2676 PyObject* backward_function, PyObject* forwardprop_output_indices) {
/aosp_15_r20/external/tensorflow/tensorflow/python/
H A Dtfe_wrapper.cc1083 const py::handle& forwardprop_output_indices) { in PYBIND11_MODULE()