Expand description
Operation module.
Structs§
- Operation’s compute property is fixed
- Operation is initialized
- Operation has been tagged as memory bound
- Memory bound operation has received its RetroForward
- Operation containing its parent nodes, its own node and the backward step state.
- Operation in preparation.
- Tracked operation tag.
- Untracked operation tag.
Enums§
- Enum used before finishing tracked and untracked operations.
Traits§
- Trait for all operations.
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.