Home
last modified time | relevance | path

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

/aosp_15_r20/external/executorch/extension/pybindings/
H A Dpybindings.cpp764 return get_outputs_as_py_list(outputs, clone_outputs); in run_method()
868 return get_outputs_as_py_list(outputs, clone_outputs); in plan_execute()
871 py::list get_outputs_as_py_list( in get_outputs_as_py_list() function