Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/keras/distribute/
Ddistributed_training_utils_v1.py381 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/
Dbackend.py244 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 …]
Dcallbacks_v1.py173 summary_ops_v2.graph(K.get_graph())
175 self.writer = tf_summary.FileWriter(self.log_dir, K.get_graph())
Dbackend_test.py141 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/
Dbase_layer_utils.py525 getattr(backend.get_graph(), 'name', None) == 'keras_graph')
550 getattr(backend.get_graph(), 'name', None) == 'keras_graph')
Dinput_layer.py196 graph = backend.get_graph()
Dbase_layer_v1.py730 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():
Dtraining_v1.py443 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():
Dbase_layer.py1141 graph = backend.get_graph()
1421 with backend.get_graph().as_default():
Dtraining.py408 graph = backend.get_graph()
Dtraining_test.py3005 with backend.get_graph().as_default():
3147 with backend.get_graph().as_default():
Dbase_layer_test.py884 with backend.get_graph().as_default():
/external/tensorflow/tensorflow/python/keras/premade/
Dwide_deep.py162 with K.get_graph().as_default():
/external/tensorflow/tensorflow/python/keras/utils/
Dtf_utils.py445 with K.get_graph().as_default():
/external/tensorflow/tensorflow/python/keras/optimizer_v2/
Doptimizer_v2.py753 with backend.get_graph().as_default(), backend.name_scope(self._name +
/external/tensorflow/
DRELEASE.md403 * Code that manually enters `keras.backend.get_graph()` before building a