Skip to main content

Eager neural network modules using the nn API.

Classes

  • Module: Base class for all eager neural network modules.
  • Conv2d: 2D convolution layer.
  • Embedding: Embedding lookup table.
  • Linear: Linear (fully connected) layer.
  • Sequential: Sequential container of modules.

Subpackages

Was this page helpful?