Skip to content

Commit

Permalink
add more explicit type constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
bicycle1885 committed Mar 4, 2024
1 parent 7bb4af6 commit 02889d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/MessagePassingIPA.jl
Original file line number Diff line number Diff line change
Expand Up @@ -232,10 +232,10 @@ sumdrop(x; dims) = dropdims(sum(x; dims); dims)
# ---------------------------

struct GeometricVectorPerceptron
W_h
W_μ
W_h::AbstractMatrix
W_μ::AbstractMatrix
scalar::Dense
::Function
end

Flux.@functor GeometricVectorPerceptron
Expand Down

0 comments on commit 02889d5

Please sign in to comment.