Home
last modified time | relevance | path

Searched refs:_is_named_tuple (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/python/saved_model/
Dnested_structure_coder.py141 return not _is_named_tuple(obj) and isinstance(obj, tuple)
144 def _is_named_tuple(instance): function
214 return _is_named_tuple(pyobj)