Skip to content

Commit 9102c47

Browse files
authored
add ``` (#326)
1 parent 9a5d726 commit 9102c47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/layers/heteroconv.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ julia> y = layer(g, x); # output is a named tuple
3535
3636
julia> size(y.A) == (32, 10) && size(y.B) == (32, 15)
3737
true
38+
```
3839
"""
3940
struct HeteroGraphConv
4041
etypes::Vector{EType}

0 commit comments

Comments
 (0)