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

Function IsSequenceForData

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

Source from the content-addressed store, hash-verified

895bool IsTypeSpec(PyObject* o) { return IsTypeSpecHelper(o) == 1; }
896
897bool IsSequenceForData(PyObject* o) { return IsSequenceForDataHelper(o) == 1; }
898
899PyObject* FlattenForData(PyObject* nested) {
900 PyObject* list = PyList_New(0);

Callers

nothing calls this directly

Calls 1

IsSequenceForDataHelperFunction · 0.85

Tested by

no test coverage detected