HomeSort by relevance Sort by last modified time
    Searched refs:_yield_flat_up_to (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/python/data/util/
nest.py 314 def _yield_flat_up_to(shallow_tree, input_tree): function
319 for input_leaf in _yield_flat_up_to(shallow_branch, input_branch):
464 return list(_yield_flat_up_to(shallow_tree, input_tree))
  /external/tensorflow/tensorflow/python/util/
nest.py 462 def _yield_flat_up_to(shallow_tree, input_tree): function
467 for input_leaf in _yield_flat_up_to(shallow_branch, input_branch):
626 return list(_yield_flat_up_to(shallow_tree, input_tree))

Completed in 98 milliseconds