Searched refs:get_graph (Results 1 – 16 of 16) sorted by relevance
/external/tensorflow/tensorflow/python/keras/distribute/ |
D | distributed_training_utils_v1.py | 381 all_variables = K._get_variables(K.get_graph()) # pylint: disable=protected-access 767 with K.get_graph().as_default(), strategy.scope(): 818 with K.get_graph().as_default(), strategy.scope(): 988 global_graph = K.get_graph()
|
/external/tensorflow/tensorflow/python/keras/ |
D | backend.py | 244 graph = get_graph() 313 graph = get_graph() 400 graph = get_graph() 477 _GRAPH_LEARNING_PHASES[get_graph()] = value 539 previous_graph_value = _GRAPH_LEARNING_PHASES.get(get_graph(), None) 556 graph = get_graph() 762 def get_graph(): function 867 graph = get_graph() 1113 graph = v.graph if hasattr(v, 'graph') else get_graph() 1189 variables = _get_variables(get_graph()) [all …]
|
D | callbacks_v1.py | 173 summary_ops_v2.graph(K.get_graph()) 175 self.writer = tf_summary.FileWriter(self.log_dir, K.get_graph())
|
D | backend_test.py | 141 g_old = backend.get_graph() 143 g = backend.get_graph() 202 with backend.get_graph().as_default(): 212 with backend.get_graph().as_default(): 2028 with backend.get_graph().as_default():
|
/external/tensorflow/tensorflow/python/keras/engine/ |
D | base_layer_utils.py | 525 getattr(backend.get_graph(), 'name', None) == 'keras_graph') 550 getattr(backend.get_graph(), 'name', None) == 'keras_graph')
|
D | input_layer.py | 196 graph = backend.get_graph()
|
D | base_layer_v1.py | 730 with backend.get_graph().as_default(): 760 graph = backend.get_graph() 914 with backend.get_graph().as_default(): 1139 with backend.get_graph().as_default():
|
D | training_v1.py | 443 with K.get_graph().as_default(): 1529 with K.get_graph().as_default(): 2013 with K.get_graph().as_default(): 2050 with K.get_graph().as_default():
|
D | base_layer.py | 1141 graph = backend.get_graph() 1421 with backend.get_graph().as_default():
|
D | training.py | 408 graph = backend.get_graph()
|
D | training_test.py | 3005 with backend.get_graph().as_default(): 3147 with backend.get_graph().as_default():
|
D | base_layer_test.py | 884 with backend.get_graph().as_default():
|
/external/tensorflow/tensorflow/python/keras/premade/ |
D | wide_deep.py | 162 with K.get_graph().as_default():
|
/external/tensorflow/tensorflow/python/keras/utils/ |
D | tf_utils.py | 445 with K.get_graph().as_default():
|
/external/tensorflow/tensorflow/python/keras/optimizer_v2/ |
D | optimizer_v2.py | 753 with backend.get_graph().as_default(), backend.name_scope(self._name +
|
/external/tensorflow/ |
D | RELEASE.md | 403 * Code that manually enters `keras.backend.get_graph()` before building a
|