Module autograd::op[][src]

Expand description

Defining things related to ag::op::Op.

Structs

Context of an Op’s computation phase.

Context of an Op’s gradient propagation phase.

Enums

Error in Op’s computation.

Traits

Operation trait. Tensor wraps trait-object of this.