macro_rules! no_gradient {
    ($name:ident) => { ... };
}
Expand description

| NO_GRADIENT means that the operator | does not need any gradient computation. |