Home
last modified time | relevance | path

Searched refs:_copy_weights_to_distributed_model (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/keras/engine/
H A Dtraining_distributed_v1.py197 dist_utils._copy_weights_to_distributed_model(model, mode)
354 dist_utils._copy_weights_to_distributed_model(model, mode)
496 dist_utils._copy_weights_to_distributed_model(model, mode)
H A Dtraining_arrays_v1.py246 distributed_training_utils_v1._copy_weights_to_distributed_model(
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/distribute/
H A Ddistributed_training_utils_v1.py1009 def _copy_weights_to_distributed_model(original_model, mode): function