tensorflow/gnn
TensorFlow library for building Graph Neural Networks with heterogeneous graph support, Keras layers, and training orchestration.

Velocity · 7d
+0.9
★ / day
Trend
→steady
star history
TensorFlow GNN provides a GraphTensor type for representing graphs with multiple node and edge types, tools for data preparation including graph samplers to handle large-scale subgraph sampling, and a collection of ready-to-use GNN models and Keras layers. It also offers a high-level API for training orchestration and is based on a Google-internal library used for scalable graph mining tasks.