Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/keras/
Dtesting_utils.py670 def __init__(self, branch_a, branch_b, shared_input_branch=None, argument
673 self._shared_input_branch = shared_input_branch
754 shared_input_branch=None, argument
834 if shared_input_branch:
835 inputs = shared_input_branch[0]
836 shared_input_branch = shared_input_branch[1:]
844 return _MultiIOSubclassModel(branch_a, branch_b, shared_input_branch,
850 (lambda: shared_input_branch),
858 if shared_input_branch:
860 for layer in shared_input_branch: