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

  /external/tensorflow/tensorflow/python/data/util/
nest.py 317 for shallow_branch, input_branch in zip(_yield_value(shallow_tree),
319 for input_leaf in _yield_flat_up_to(shallow_branch, input_branch):
389 for shallow_branch, input_branch in zip(shallow_tree, input_tree):
390 assert_shallow_structure(shallow_branch, input_branch,
  /external/tensorflow/tensorflow/python/util/
nest.py 465 for shallow_branch, input_branch in zip(_yield_value(shallow_tree),
467 for input_leaf in _yield_flat_up_to(shallow_branch, input_branch):
551 for shallow_branch, input_branch in zip(shallow_tree, input_tree):
552 assert_shallow_structure(shallow_branch, input_branch,

Completed in 245 milliseconds