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

Function IsSequence

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

Source from the content-addressed store, hash-verified

840} // namespace
841
842bool IsSequence(PyObject* o) { return IsSequenceHelper(o) == 1; }
843bool IsMapping(PyObject* o) { return IsMappingHelper(o) == 1; }
844bool IsMappingView(PyObject* o) { return IsMappingViewHelper(o) == 1; }
845bool IsAttrs(PyObject* o) { return IsAttrsHelper(o) == 1; }

Callers

nothing calls this directly

Calls 1

IsSequenceHelperFunction · 0.85

Tested by

no test coverage detected