Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/training/tracking/
Ddata_structures.py72 def _should_wrap_tuple(t): function
101 elif isinstance(value, tuple) and _should_wrap_tuple(value):