Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/util/
Dnest.py105 def _is_namedtuple(instance, strict=False): function
187 elif _is_namedtuple(instance) or _is_attrs(instance):
251 elif _is_namedtuple(iterable):
1040 shallow_is_namedtuple = _is_namedtuple(shallow_tree, False)
1041 input_is_namedtuple = _is_namedtuple(input_tree, False)