MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / IsSequenceForDataHelper

Function IsSequenceForDataHelper

tensorflow/python/util/util.cc:530–533  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

528}
529
530int IsSequenceForDataHelper(PyObject* o) {
531 return IsSequenceHelper(o) == 1 && !PyList_Check(o) &&
532 !IsSparseTensorValueType(o);
533}
534
535ValueIteratorPtr GetValueIterator(PyObject* nested) {
536 if (PyDict_Check(nested)) {

Callers 1

IsSequenceForDataFunction · 0.85

Calls 2

IsSequenceHelperFunction · 0.85
IsSparseTensorValueTypeFunction · 0.85

Tested by

no test coverage detected