Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/pybind_api/ir/
Dprimitive_py.h60 void set_hook(const py::function &hook) { hook_ = hook; } in set_hook() function
Dprimitive_py.cc480 void PrimitivePyAdapter::set_hook(const py::function &hook) { in set_hook() function in mindspore::PrimitivePyAdapter
/third_party/python/Modules/
Dreadline.c397 set_hook(const char *funcname, PyObject **hook_var, PyObject *function) in set_hook() function