Module burn::backend::autodiff::ops

Expand description

Operation module.

Structs§

Enums§

  • Enum used before finishing tracked and untracked operations.

Traits§

Functions§

  • Execute a binary operation during the backward step.
  • Make sure the grad tensor has the given shape.
  • Execute a unary operation during the backward step.
  • Execute a unary operation during the backward step where the input backend is different from the output backend.