Skip to content

Commit

Permalink
add doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
jalencato committed Oct 25, 2023
1 parent 1bfde9b commit 98f49be
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions python/graphstorm/gconstruct/construct_graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,8 @@ def parse_edge_data(in_file, feat_ops, label_ops, node_id_map, read_file,
The configuration for parsing edge data.
skip_nonexist_edges : bool
Whether or not to skip edges that don't exist.
ext_mem: str
The address of external memory for multi-column feature
Returns
-------
Expand Down Expand Up @@ -270,6 +272,8 @@ def process_node_data(process_confs, arr_merger, remap_id, ext_mem, num_processe
Whether or not to remap node IDs
num_processes: int
The number of processes to process the input files.
ext_mem: str
The address of external memory for multi-column feature
Returns
-------
Expand Down Expand Up @@ -442,6 +446,8 @@ def process_edge_data(process_confs, node_id_map, arr_merger,
The number of processes to process the input files.
skip_nonexist_edges : bool
Whether or not to skip edges that don't exist.
ext_mem: str
The address of external memory for multi-column feature
Returns
-------
Expand Down

0 comments on commit 98f49be

Please sign in to comment.