Searched refs:unwrapping_shared_ptr (Results 1 – 2 of 2) sorted by relevance
32 class unwrapping_shared_ptr {43 unwrapping_shared_ptr() : impl({}) {} in unwrapping_shared_ptr() function44 explicit unwrapping_shared_ptr(T* p) : impl(p->wrap()) { in unwrapping_shared_ptr() function68 PYBIND11_DECLARE_HOLDER_TYPE(T, torch::jit::unwrapping_shared_ptr<T>, true);77 using holder_type = torch::jit::unwrapping_shared_ptr<Class>; \
504 py::class_<Value, unwrapping_shared_ptr<Value>>(m, "Value") in initPythonIRBindings()549 py::class_<Block, unwrapping_shared_ptr<Block>>(m, "Block") in initPythonIRBindings()595 py::class_<Node, unwrapping_shared_ptr<Node>>(m, "Node") in initPythonIRBindings()