Searched refs:get_reachable_from_inputs (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/python/keras/engine/ |
D | base_layer_utils.py | 500 reachable = tf_utils.get_reachable_from_inputs(op) 510 input_reachable_ops = tf_utils.get_reachable_from_inputs(
|
D | topology_test.py | 1212 keras.utils.tf_utils.get_reachable_from_inputs([pl_1]), 1215 keras.utils.tf_utils.get_reachable_from_inputs([pl_1, pl_2]), 1218 keras.utils.tf_utils.get_reachable_from_inputs([pl_3]), 1221 keras.utils.tf_utils.get_reachable_from_inputs([x_3]),
|
D | base_layer.py | 974 reachable = tf_utils.get_reachable_from_inputs( 1000 reachable = tf_utils.get_reachable_from_inputs(inputs, self.losses)
|
D | network.py | 624 reachable = tf_utils.get_reachable_from_inputs(relevant_inputs, updates) 678 reachable = tf_utils.get_reachable_from_inputs(relevant_inputs, losses)
|
/external/tensorflow/tensorflow/python/layers/ |
D | utils.py | 247 def get_reachable_from_inputs(inputs, targets=None): function
|
/external/tensorflow/tensorflow/python/keras/utils/ |
D | tf_utils.py | 93 def get_reachable_from_inputs(inputs, targets=None): function
|