Home
last modified time | relevance | path

Searched defs:learning_phase (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/keras/distribute/
Ddistributed_training_utils_v1.py1088 def distributed_scope(strategy, learning_phase): argument
/external/tensorflow/tensorflow/python/keras/
Dbackend.py347 def learning_phase(): function
380 def _mark_func_graph_as_unsaveable(graph, learning_phase): argument