Home
last modified time | relevance | path

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

/dports/misc/mnn/MNN-1.2.0/pymnn/src/
H A DMNN.cc261 static PyObject* PyMNNSession_cache(PyMNNSession *self, PyObject *args);
265 {"cache", (PyCFunction)PyMNNSession_cache, METH_VARARGS, "cache current session instance"},
1207 static PyObject* PyMNNSession_cache(PyMNNSession *self, PyObject *args) { in PyMNNSession_cache() function