MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / make_rendezvous

Method make_rendezvous

imperative/python/src/graph_rt.h:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 struct Factory {
45 template <typename... Args>
46 static auto make_rendezvous(Args&&... args) {
47 auto ptr = new Rendezvous<R>{std::forward(args)...};
48 return std::shared_ptr<Rendezvous<R>>(ptr);
49 }
50 };
51
52public:

Callers

nothing calls this directly

Calls 1

forwardFunction · 0.50

Tested by

no test coverage detected