mindspore_gl.nn.GNNCell
- class mindspore_gl.nn.GNNCell[源代码]
GNN Cell 类。 默认情况下, construct 函数将被翻译成MindSpore可执行的代码。
- 支持平台:
Ascend
GPU
- disable_display()[源代码]
禁用代码对比显示功能。
样例:
>>> from mindspore_gl.nn import GNNCell >>> GNNCell.disable_display()
- enable_display(screen_width=200)[源代码]
启用显示代码比较。
- 参数:
screen_width (int, 可选) - 显示代码的屏幕宽度。默认值:200。
样例:
>>> from mindspore_gl.nn import GNNCell >>> GNNCell.enable_display(screen_width=350)