MCPcopy Create free account
hub / github.com/RedisGears/RedisGears / DAGAddTensorSet

Function DAGAddTensorSet

plugins/python/redisgears_python.c:2337–2339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2335}
2336
2337static PyObject* DAGAddTensorSet(PyObject *self, PyObject *args) {
2338 return _loadTensorToDAG(self, args, RedisAI_DAGAddTensorSet);
2339}
2340
2341static PyObject* DAGAddTensorGet(PyObject *self, PyObject *args) {
2342 verifyRedisAILoaded();

Callers

nothing calls this directly

Calls 1

_loadTensorToDAGFunction · 0.85

Tested by

no test coverage detected