mindspore/docs/api/api_python/ops/mindspore.ops.HistogramSumm...

15 lines
447 B
ReStructuredText
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

mindspore.ops.HistogramSummary
===============================
.. py:class:: mindspore.ops.HistogramSummary
通过HistogramSummary将Tensor数据输出到协议缓冲区。
输入:
- **name** (str) - 输入变量的名称。
- **value** (Tensor) - Tensor的值Tensor的rank必须大于0。
异常:
- **TypeError** - 如果 `name` 不是str。
- **TypeError** - 如果 `value` 不是Tensor。