[][src]Module autograd::op

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

Structs

ComputeContext

Context of an Op's computation phase.

GradientContext

Context of an Op's gradient propagation phase.

Enums

OpError

Error in Op's computation.

Traits

Op

Operation trait. Tensor wraps trait-object of this.