| 2335 | } |
| 2336 | |
| 2337 | static PyObject* DAGAddTensorSet(PyObject *self, PyObject *args) { |
| 2338 | return _loadTensorToDAG(self, args, RedisAI_DAGAddTensorSet); |
| 2339 | } |
| 2340 | |
| 2341 | static PyObject* DAGAddTensorGet(PyObject *self, PyObject *args) { |
| 2342 | verifyRedisAILoaded(); |
nothing calls this directly
no test coverage detected