Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/kernel/
Dbase_kernel.h36 struct InferPrimitive { struct
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/graph_guard/
Dinfer.cc511 PyObject *InferEngine::InferPrimitive(PyObject *primitive, const std::vector<PyObject *> &args, boo… in InferPrimitive() function in mindspore::pijit::InferEngine
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/graph_capture/
Dspecial_func_infer.cc206 static bool InferPrimitive(CallNode *call_node, GraphBuilder *unused = nullptr) { in InferPrimitive() function