Browse Source

fix help of graph_info

tags/v0.5.0-beta
heleiwang 5 years ago
parent
commit
a582ceabf6
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      mindspore/dataset/engine/graphdata.py

+ 1
- 0
mindspore/dataset/engine/graphdata.py View File

@@ -206,6 +206,7 @@ class GraphData:
"""
Get the meta information of the graph, including the number of nodes, the type of nodes,
the feature information of nodes, the number of edges, the type of edges, and the feature information of edges.

Returns:
Dict: Meta information of the graph. The key is node_type, edge_type, node_num, edge_num,
node_feature_type and edge_feature_type.


Loading…
Cancel
Save