From a582ceabf6e22c53e4b754b58a9faace57bf97c8 Mon Sep 17 00:00:00 2001 From: heleiwang Date: Thu, 11 Jun 2020 12:08:00 +0800 Subject: [PATCH] fix help of graph_info --- mindspore/dataset/engine/graphdata.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mindspore/dataset/engine/graphdata.py b/mindspore/dataset/engine/graphdata.py index 573aa84e4b..e6ff22dd0d 100644 --- a/mindspore/dataset/engine/graphdata.py +++ b/mindspore/dataset/engine/graphdata.py @@ -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.