提交 6323b4c3 编写于 作者: M mindspore-ci-bot 提交者: Gitee

!433 supplement the docstring of Histogram class

Merge pull request !433 from wangshuide/fix_ci
...@@ -75,7 +75,10 @@ class Histogram: ...@@ -75,7 +75,10 @@ class Histogram:
Histogram data class. Histogram data class.
Args: Args:
buckets (tuple[Bucket]) buckets (tuple[Bucket]): The buckets of histogram data.
max_val (number): The max value of histogram data.
min_val (number): The min value of histogram data.
count (int): The count of histogram data.
""" """
# Max quantity of original buckets. # Max quantity of original buckets.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册