Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/python/
H A Dpybind_utils.h104 struct VISIBILITY_HIDDEN PythonFutureWrapper struct
108 explicit PythonFutureWrapper( argument
113 explicit PythonFutureWrapper(const PythonFutureWrapper&) = delete; argument
114 PythonFutureWrapper& operator=(const PythonFutureWrapper&) = delete; argument
116 bool done() { in done()
120 py::object value() { in value()
146 // The py::function cb arg must take a std::shared_ptr<PythonFutureWrapper> argument
149 std::shared_ptr<PythonFutureWrapper> then(py::function cb) { in then() argument
189 void add_done_callback(py::function cb) { in add_done_callback()
231 // PythonFutureWrapper::wait(). argument
[all …]
H A Dinit.cpp2080 [](const PythonFutureWrapper& /* unused */) { in initJITBindings()