Skip to content

Commit

Permalink
chore: export induced_subgraph
Browse files Browse the repository at this point in the history
  • Loading branch information
askorupka committed Oct 6, 2024
1 parent 5041905 commit 2ac1ce1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion GraphNeuralNetworks/src/GraphNeuralNetworks.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ using ChainRulesCore
using Reexport
using MLUtils: zeros_like

using GNNGraphs: COO_T, ADJMAT_T, SPARSE_T,
using GNNGraphs: induced_subgraph,
COO_T, ADJMAT_T, SPARSE_T,
check_num_nodes, check_num_edges,
EType, NType # for heteroconvs

Expand Down

0 comments on commit 2ac1ce1

Please sign in to comment.