Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tensorflow_gnn/docs/guide/graph_tensor.md
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ GraphTensor.
Graph Neural Networks can be built by interspersing broadcast and pool
operations with trainable transformations of hidden states on nodes and
possibly edges. (Most users of TF-GNN will not need to write code at this level
themselves; please see the [modeling guide](gnn_modeling).) A tensor of values
themselves; please see the [modeling guide](gnn_modeling.md).) A tensor of values
for all nodes in a node set or all edges in an edge set is the basic unit of
work on which low-level TensorFlow operations are performed, much like a batch
of intermediate activations in a plain feed-forward network. That gives us a
Expand Down