Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/util/
Dnest.py137 def _yield_value(iterable): function
375 for s in _yield_value(structure):
696 for shallow_branch, input_branch in zip(_yield_value(shallow_tree),
697 _yield_value(input_tree)):
1077 for branch in _yield_value(structure):
1086 for t, branch in zip(_yield_value(to_traverse), _yield_value(structure)):
/external/tensorflow/tensorflow/python/data/util/
Dnest.py83 def _yield_value(iterable): function
148 for s in _yield_value(structure):
253 for shallow_branch, input_branch in zip(_yield_value(shallow_tree),
254 _yield_value(input_tree)):