Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/keras/engine/
Dtraining_utils.py351 def standardize_sample_or_class_weights(x_weight, output_names, weight_type): function
396 return standardize_sample_or_class_weights(class_weight, output_names,
401 return standardize_sample_or_class_weights(sample_weight, output_names,