Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/python/
H A Dpybind_utils.h252 struct VISIBILITY_HIDDEN PythonAwaitWrapper struct
254 explicit PythonAwaitWrapper(c10::intrusive_ptr<c10::ivalue::Await> aw) in PythonAwaitWrapper() argument
256 explicit PythonAwaitWrapper(py::handle input) { in PythonAwaitWrapper() function
264 explicit PythonAwaitWrapper(py::function pf, py::tuple args) in PythonAwaitWrapper() argument
277 PythonAwaitWrapper& operator=(const PythonAwaitWrapper&) = delete; argument
279 py::object wait() { in wait()
309 std::shared_ptr<PythonAwaitWrapper> getPtr() { in getPtr() argument
H A Dinit.cpp2117 [](const PythonAwaitWrapper& /* unused */) { in initJITBindings()