Searched refs:IsNamedtuple (Results 1 – 5 of 5) sorted by relevance
80 PyObject* IsNamedtuple(PyObject* o, bool strict);
125 tensorflow::swig::IsNamedtuple(o.ptr(), strict)); in PYBIND11_MODULE()
763 const PyObject* o1_tuple = IsNamedtuple(o1, false); in AssertSameStructureHelper()765 const PyObject* o2_tuple = IsNamedtuple(o2, false); in AssertSameStructureHelper()998 PyObject* IsNamedtuple(PyObject* o, bool strict) { in IsNamedtuple() function
118 return _pywrap_utils.IsNamedtuple(instance, strict)
6 tensorflow::swig::IsNamedtuple