Home
last modified time | relevance | path

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

/dports/misc/mnn/MNN-1.2.0/pymnn/src/
H A DMNN.cc192 static PyObject* PyMNNInterpreter_updateSessionToModel(PyMNNInterpreter *self, PyObject *args);
213 …{"updateSessionToModel", (PyCFunction)PyMNNInterpreter_updateSessionToModel, METH_VARARGS, "update…
1159 static PyObject* PyMNNInterpreter_updateSessionToModel(PyMNNInterpreter *self, PyObject *args) { in PyMNNInterpreter_updateSessionToModel() function