Commit f6a3cc9b authored by Ron Shapiro's avatar Ron Shapiro Committed by A. Unique TensorFlower
Browse files

Fix typo

PiperOrigin-RevId: 454861214
parent 99838089
...@@ -360,7 +360,7 @@ class StandardEvaluator(runner.AbstractEvaluator, metaclass=abc.ABCMeta): ...@@ -360,7 +360,7 @@ class StandardEvaluator(runner.AbstractEvaluator, metaclass=abc.ABCMeta):
Note that this method is called before dataset iterator creation. Note that this method is called before dataset iterator creation.
Returns: Returns:
An value to pass as the `state` argument to `eval_reduce`. A value to pass as the `state` argument to `eval_reduce`.
""" """
pass pass
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment