Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/pybind_api/ir/
Dprimitive_py.cc222 py::object code_obj = py::getattr(hook_, "__code__"); in RunCellHookFunction() local
252 py::object code_obj = py::getattr(hook_, "__code__"); in RunVariableHookFunction() local
/third_party/python/Objects/
Dfuncobject.c19 PyCodeObject *code_obj = (PyCodeObject *)code; in PyFunction_NewWithQualName() local
Dframeobject.c124 markblocks(PyCodeObject *code_obj, int len) in markblocks()
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/parse/
Ddata_converter.cc132 py::object code_obj = py::getattr(bprop_func, "__code__"); in ConvertToBpropCut() local
/third_party/mindspore/mindspore/ccsrc/pipeline/pynative/
Dpynative_execute.cc2475 py::object code_obj = py::getattr(bprop_func, "__code__"); in DoGradForCustomBprop() local
/third_party/python/Modules/
D_pickle.c3654 PyObject *code_obj; /* extension code as Python object */ in save_global() local