Searched defs:PythonAwaitWrapper (Results 1 – 2 of 2) sorted by relevance
252 struct VISIBILITY_HIDDEN PythonAwaitWrapper struct254 explicit PythonAwaitWrapper(c10::intrusive_ptr<c10::ivalue::Await> aw) in PythonAwaitWrapper() argument256 explicit PythonAwaitWrapper(py::handle input) { in PythonAwaitWrapper() function264 explicit PythonAwaitWrapper(py::function pf, py::tuple args) in PythonAwaitWrapper() argument277 PythonAwaitWrapper& operator=(const PythonAwaitWrapper&) = delete; argument279 py::object wait() { in wait()309 std::shared_ptr<PythonAwaitWrapper> getPtr() { in getPtr() argument
2117 [](const PythonAwaitWrapper& /* unused */) { in initJITBindings()