Layers
Index
Docs
NeuralGraphPDE.updategraph
— Functionupdategraph(st, g; kwargs...) -> st
Recursively replace the value of graph
with a shallow copy of g
. If g
is nothing, then only update the old graph with the data given in kwargs
.
Base.copy
— Functioncopy(g::GNNGraph; kwargs...)
Create a shollow copy of the input graph g
. This is equivalent to GNNGraph(g)
.