mindspore_gl.nn.GNNCell
- class mindspore_gl.nn.GNNCell[source]
GNN Cell class.
Construct function will be translated by default.
- static disable_display()[source]
Disable display code comparison.
Examples
>>> from mindspore_gl.nn import GNNCell >>> GNNCell.disable_display()