Home
last modified time | relevance | path

Searched defs:weighted_metrics (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/keras/engine/
H A Dcompile_utils.py295 def __init__(self, metrics=None, weighted_metrics=None, output_names=None, argument
335 def weighted_metrics(self): member in MetricsContainer
H A Dtraining_v1.py241 weighted_metrics=None, argument
1389 self, run_eagerly, sample_weight_mode, target_tensors, weighted_metrics): argument
1455 def _compile_eagerly(self, metrics, weighted_metrics, sample_weight_mode): argument
1788 def _cache_output_metric_attributes(self, metrics, weighted_metrics): argument
H A Dtraining.py479 weighted_metrics=None, argument