Adds a metric to the eval metrics. Args: name: A python string. The name of the metric. value: A scalar Tensor. weight: A scalar Tensor. raise_if_already_added: If the metric already exists, raise a ValueError. Raises: ValueError: if `name` is already defined.
(self, name, value, weight, raise_if_already_added=True)
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected