Expand description
Module for the neural network module.
Macros§
- Constant macro.
Structs§
- Record used for constant type implementing the module trait.
- Define a parameter.
- Parameter ID.
- A state that can be updated during the forward pass while being thread safe.
Traits§
- Module with auto-differentiation backend.
- Trait for all neural network modules.
- Module mapper trait.
- Module visitor trait.
Functions§
- List all the parameter ids in a module.
Type Aliases§
- Type alias to
Vec<B::Device>which supportsno_stdenvironments, but automatically using thealloccrate.
Derive Macros§
- Derive macro for the module.