Home
last modified time | relevance | path

Searched defs:code_obj (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pybind_api/ir/
Dprimitive_py.cc327const py::object &code_obj, const py::object &co_name) const { in CheckHookConsistency() argument
448 py::object code_obj = py::getattr(elem.second, "__code__"); in RunCellHookFunction() local
500 py::object code_obj = py::getattr(elem.second, "__code__"); in RunVariableHookFunction() local
/third_party/python/Objects/
Dfuncobject.c57 PyCodeObject *code_obj = (PyCodeObject *)code; in PyFunction_NewWithQualName() local
Dframeobject.c277 mark_stacks(PyCodeObject *code_obj, int len) in mark_stacks()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/pynative/grad/
Dgrad.cc998 py::object code_obj = py::getattr(bprop_func, "__code__"); in GetCustomBpropPrim() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/ps/parse/
Ddata_converter.cc203 py::object code_obj = py::getattr(bprop_func, "__code__"); in ConvertToBpropCut() local
/third_party/python/Modules/
D_pickle.c3676 PyObject *code_obj; /* extension code as Python object */ in save_global() local