Home
last modified time | relevance | path

Searched defs:CheckPyObjectFunc (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/graph_guard/
Dstrategy.cc210 using CheckPyObjectFunc = OptStrategy::CalcKind (*)(int bytecode, int opargs, const PyObjectArray &… typedef
Dguard_utils.cc1765 using CheckPyObjectFunc = bool (*)(PyObject *obj); typedef
1822 … [obj](const std::pair<CheckPyObjectFunc, CreatePyObjectFunc> &func) { return func.first(obj); }); in CreateData()