Searched defs:set_hook (Results 1 – 3 of 3) sorted by relevance
60 void set_hook(const py::function &hook) { hook_ = hook; } in set_hook() function
480 void PrimitivePyAdapter::set_hook(const py::function &hook) { in set_hook() function in mindspore::PrimitivePyAdapter
397 set_hook(const char *funcname, PyObject **hook_var, PyObject *function) in set_hook() function