Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/session/
Dascend_auto_monad.cc845 auto stack_destroy = StackDestroy(top_graph); in InitStack() local
1392 auto stack_destroy = NewPrimitive(prim::kPrimStackDestroy); in StackDestroy() local
/third_party/selinux/libsepol/src/
Dmodule_to_cil.c412 static int stack_destroy(struct stack **stack) in stack_destroy() function