"docs/source/api/vscode:/vscode.git/clone" did not exist on "a36d0841b59af1003621e3b72560ca06e33fc23f"
Unverified Commit e1806d60 authored by Rhett Ying's avatar Rhett Ying Committed by GitHub
Browse files

[GraphBolt] replace Datablock by MiniBatch (#6308)

parent a49ec9e5
......@@ -52,15 +52,15 @@ class FeatureFetcher(Mapper):
Parameters
----------
data : DataBlock
An instance of the 'DataBlock' class. Even if 'node_feature' or
data : MiniBatch
An instance of :class:`MiniBatch`. Even if 'node_feature' or
'edge_feature' is already filled, it will be overwritten for
overlapping features.
Returns
-------
DataBlock
An instance of 'DataBlock' filled with required features.
MiniBatch
An instance of :class:`MiniBatch` filled with required features.
"""
data.node_features = {}
num_layer = len(data.sampled_subgraphs) if data.sampled_subgraphs else 0
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment