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

Function DAGAddInput

plugins/python/redisgears_python.c:2333–2335  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2331
2332
2333static PyObject* DAGAddInput(PyObject *self, PyObject *args) {
2334 return _loadTensorToDAG(self, args, RedisAI_DAGLoadTensor);
2335}
2336
2337static PyObject* DAGAddTensorSet(PyObject *self, PyObject *args) {
2338 return _loadTensorToDAG(self, args, RedisAI_DAGAddTensorSet);

Callers

nothing calls this directly

Calls 1

_loadTensorToDAGFunction · 0.85

Tested by

no test coverage detected