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.py154 return not _is_named_tuple(obj) and isinstance(obj, tuple)
157 def _is_named_tuple(instance): function
227 return _is_named_tuple(pyobj)