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_v1.py676 def standardize_sample_or_class_weights(x_weight, output_names, weight_type): function
723 return standardize_sample_or_class_weights(class_weight, output_names,
728 return standardize_sample_or_class_weights(sample_weight, output_names,