Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/keras/distribute/
H A Ddistributed_training_utils_v1.py1078 def distributed_scope(strategy, learning_phase): argument
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/
H A Dbackend.py344 def learning_phase(): function
377 def _mark_func_graph_as_unsaveable(graph, learning_phase): argument