mindspore2022/docs/api/api_python/dataset/mindspore.dataset.OutputFor...

11 lines
448 B
ReStructuredText
Raw Permalink 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.dataset.OutputFormat
==============================
.. py:class:: mindspore.dataset.OutputFormat
通过API `get_all_neighbors` 获取所有相邻节点时,指定节点的存储格式。
- **OutputFormat.NORMAL** - 普通格式,不进行压缩。
- **OutputFormat.COO** - 采用COOCoordinate格式进行存储。
- **OutputFormat.CSR** - 采用CSRCompressed Sparse Row格式进行存储。