"vscode:/vscode.git/clone" did not exist on "8bf46d4e32fb7ef44895c451b5cd2548e3badf30"
Unverified Commit 585ce94b authored by peizhou001's avatar peizhou001 Committed by GitHub
Browse files

[GraphBolt] Fix lint (#5701)


Co-authored-by: default avatarUbuntu <ubuntu@ip-172-31-16-19.ap-northeast-1.compute.internal>
parent 317e70b4
......@@ -75,7 +75,7 @@ class CSCSamplingGraph : public torch::CustomClassHolder {
public:
/**
* @brief Constructor for CSC with data.
* @param num_rows The number of nodes in the graph.
* @param num_nodes The number of nodes in the graph.
* @param indptr The CSC format index pointer array.
* @param indices The CSC format index array.
* @param hetero_info Heterogeneous graph information, if present. Nullptr
......@@ -98,7 +98,7 @@ class CSCSamplingGraph : public torch::CustomClassHolder {
/**
* @brief Create a heterogeneous CSC graph from tensors of CSC format.
* @param num_rows The number of nodes in the graph.
* @param num_nodes The number of nodes in the graph.
* @param indptr Index pointer array of the CSC.
* @param indices Indices array of the CSC.
* @param ntypes A list of node types, if present.
......
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