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.py620 def __init__(self, branch_a, branch_b, shared_input_branch=None, argument
623 self._shared_input_branch = shared_input_branch
701 shared_input_branch=None, argument
781 if shared_input_branch:
782 inputs = shared_input_branch[0]
783 shared_input_branch = shared_input_branch[1:]
791 return _MultiIOSubclassModel(branch_a, branch_b, shared_input_branch,
797 (lambda: shared_input_branch),
805 if shared_input_branch:
807 for layer in shared_input_branch: