MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / global_learning_phase_is_set

Function global_learning_phase_is_set

tensorflow/python/keras/backend.py:300–301  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

298
299
300def global_learning_phase_is_set():
301 return _DUMMY_EAGER_GRAPH in _GRAPH_LEARNING_PHASES
302
303
304def _mark_func_graph_as_unsaveable(graph, learning_phase):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected