Home
last modified time | relevance | path

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

/dports/misc/mnn/MNN-1.2.0/pymnn/src/
H A DMNN.cc793 PyObject *weTensorData = PyTuple_New(size_tensors); in PyMNNInterpreter_runSessionWithCallBack() local
803 PyTuple_SetItem(weTensorData, i, (PyObject *)tensor); in PyMNNInterpreter_runSessionWithCallBack()
807 PyTuple_SetItem(args, 0, weTensorData); in PyMNNInterpreter_runSessionWithCallBack()
825 PyObject *weTensorData = PyTuple_New(size_tensors); in PyMNNInterpreter_runSessionWithCallBack() local
835 PyTuple_SetItem(weTensorData, i, (PyObject *)tensor); in PyMNNInterpreter_runSessionWithCallBack()
838 PyTuple_SetItem(args, 0, weTensorData); in PyMNNInterpreter_runSessionWithCallBack()
894 PyObject *weTensorData = PyTuple_New(size_tensors); in PyMNNInterpreter_runSessionWithCallBackInfo() local
904 PyTuple_SetItem(weTensorData, i, (PyObject *)tensor); in PyMNNInterpreter_runSessionWithCallBackInfo()
914 PyTuple_SetItem(args, 0, weTensorData); in PyMNNInterpreter_runSessionWithCallBackInfo()
938 PyObject *weTensorData = PyTuple_New(size_tensors); in PyMNNInterpreter_runSessionWithCallBackInfo() local
[all …]