Home
last modified time | relevance | path

Searched defs:MakeNode (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/core/base/
Dbase_ref.h57 inline std::shared_ptr<VectorRef> MakeNode(const std::vector<BaseRef> &elements) { in MakeNode() function
61 inline std::shared_ptr<VectorRef> MakeNode(std::initializer_list<BaseRef> elements) { in MakeNode() function
69 inline BasePtr MakeNode(const T &v) { in MakeNode() function
75 inline BasePtr MakeNode(const T &v) { in MakeNode() function
79 inline std::shared_ptr<VectorRef> MakeNode(const VectorRef &a) { return std::make_shared<VectorRef>… in MakeNode() function
80 inline std::shared_ptr<VectorRef> MakeNode(const AnfNodePtrList &a) { in MakeNode() function
85 inline std::shared_ptr<SetRef> MakeNode(const SetRef &a) { return std::make_shared<SetRef>(a); } in MakeNode() function
86 inline std::shared_ptr<RunFunctionRef> MakeNode(const RunFuncPtr &a) { return std::make_shared<RunF… in MakeNode() function
/third_party/grpc/src/core/util/
Davl.h173 static NodePtr MakeNode(K key, V value, const NodePtr& left, in MakeNode() function
/third_party/rust/crates/rustix/src/thread/
Dprctl.rs319 MakeNode = CAP_MKNOD, enumerator