Skip to content

Commit

Permalink
Internal change.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 614966852
  • Loading branch information
arnoegw authored and tensorflower-gardener committed Mar 12, 2024
1 parent e261be2 commit 90331a1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tensorflow_gnn/docs/guide/overview.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# TF-GNN: TensorFlow Graph Neural Networks

<!-- PLACEHOLDER FOR OVERVIEW GOOGLE EXTRAS -->

The TensorFlow GNN library makes it easy to build Graph Neural Networks, that
is, neural networks on graph data (nodes and edges with arbitrary features).
It provides TensorFlow code for building GNN models as well as tools for
Expand All @@ -10,6 +12,7 @@ of multiple sets of nodes and multiple sets of edges, each with their own set of
features. These come up naturally when modeling different types of objects
(nodes) and their different types of relations (edges).


## User Documentation

Start with our introductory guides:
Expand Down

0 comments on commit 90331a1

Please sign in to comment.