You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

mindspore.dataset.OutputFormat.rst 448 B

1234567891011
  1. mindspore.dataset.OutputFormat
  2. ==============================
  3. .. py:class:: mindspore.dataset.OutputFormat
  4. 通过API `get_all_neighbors` 获取所有相邻节点时,指定节点的存储格式。
  5. - **OutputFormat.NORMAL** - 普通格式,不进行压缩。
  6. - **OutputFormat.COO** - 采用COO(Coordinate)格式进行存储。
  7. - **OutputFormat.CSR** - 采用CSR(Compressed Sparse Row)格式进行存储。