Home
last modified time | relevance | path

Searched defs:pythonUdf (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/distributed/rpc/
H A Dunpickled_python_call.cpp30 const py::object& UnpickledPythonCall::pythonUdf() const { in pythonUdf() function in torch::distributed::rpc::UnpickledPythonCall
H A Dpython_rpc_handler.cpp139 py::object PythonRpcHandler::runPythonUdf(const py::object& pythonUdf) { in runPythonUdf()