| 2331 | |
| 2332 | |
| 2333 | static PyObject* DAGAddInput(PyObject *self, PyObject *args) { |
| 2334 | return _loadTensorToDAG(self, args, RedisAI_DAGLoadTensor); |
| 2335 | } |
| 2336 | |
| 2337 | static PyObject* DAGAddTensorSet(PyObject *self, PyObject *args) { |
| 2338 | return _loadTensorToDAG(self, args, RedisAI_DAGAddTensorSet); |
nothing calls this directly
no test coverage detected