Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 789 Bytes

experimental.md

File metadata and controls

24 lines (16 loc) · 789 Bytes

Module: tfgnn.experimental

View source on GitHub

Experimental (unstable) parts of the public interface of TensorFlow GNN.

A symbol foo exposed here is available to library users as

import tensorflow_gnn as tfgnn

tfgnn.experimental.foo()

This is the preferred way to expose individual functions on track to inclusion into the stable public interface of TensorFlow GNN.

Beyond these symbols, there are also experimental sub-libraries that need to be imported separately (from tensorflow_gnn.experimental import foo). That is for special cases only.