Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/keras/engine/
H A Dtraining_utils_v1.py670 def standardize_sample_or_class_weights(x_weight, output_names, weight_type): function
717 return standardize_sample_or_class_weights(class_weight, output_names,
722 return standardize_sample_or_class_weights(sample_weight, output_names,