Module: tfg.nn.layer.graph_convolution

This module implements graph convolutions layers.

Classes

class DynamicGraphConvolutionKerasLayer: A keras layer for dynamic graph convolutions.

class FeatureSteeredConvolutionKerasLayer: Wraps the function feature_steered_convolution as a Keras layer.

Functions

feature_steered_convolution_layer(...): Wraps the function feature_steered_convolution as a TensorFlow layer.