You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add_vertex!(layer::L, n::Node, args...; kwargs...) where {T, U, G, L <: Layer{T,U,G}}
205
+
add_vertex!(layer::L, n::Node, args...; kwargs...) where {T, L <: Layer{T}}
205
206
206
207
Add vertex associated with node `n` to layer `layer`. This method supports the uniform and transparent interfaces. See the [Vertices](@ref) section of the Tutorial.
207
208
"""
208
-
function Graphs.add_vertex!(layer::L, n::Node, args...; kwargs...) where {T, U, G, L <:Layer{T,U,G}}
209
+
function Graphs.add_vertex!(layer::L, n::Node, args...; kwargs...) where {T, L <:Layer{T}}
0 commit comments