Home
last modified time | relevance | path

Searched refs:PythonBytecodeExecuteFunc (Results 1 – 1 of 1) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/graph_guard/
Dtrace.cc1154 using PythonBytecodeExecuteFunc = std::function<PyObject *(int opargs, const PyObjectArray &objs, P… typedef
1155 using PythonBytecodeFuncSet = std::pair<PythonBytecodeSupportCheckFunc, PythonBytecodeExecuteFunc>;