GraphLayer
Base layer that consumes/produces Graph objects.
Graph
Subclasses should implement _call_dense(x, a, training) and _call_sparse(x, a, training) and return transformed node features.
_call_dense(x, a, training)
_call_sparse(x, a, training)
call