Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/data/util/
Dnest.py54 def _yield_value(iterable): function
119 for s in _yield_value(structure):
224 for shallow_branch, input_branch in zip(_yield_value(shallow_tree),
225 _yield_value(input_tree)):
/external/tensorflow/tensorflow/python/util/
Dnest.py212 def _yield_value(iterable): function
592 for s in _yield_value(structure):
1103 for shallow_branch, input_branch in zip(_yield_value(shallow_tree),
1104 _yield_value(input_tree)):
1525 for branch in _yield_value(structure):
1536 for t, branch in zip(_yield_value(to_traverse),
1537 _yield_value(structure)):