Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/operator/composite/
Dcomposite.h246 explicit ListAdd(const std::string &name) : MetaFuncGraph(name) {} in ListAdd() function
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
Dlinux_workqueue.c226 STATIC VOID ListAdd(struct list_head *newNode, struct list_head *prev, struct list_head *next) in ListAdd() function