ContNonContractRV.L_op#
- ContNonContractRV.L_op(inputs, outputs, output_grads)#
Construct a graph for the L-operator.
The L-operator computes a row vector times the Jacobian.
This method dispatches to
Op.grad()by default. In one sense, this method provides the original outputs when they’re needed to compute the return value, whereasOp.graddoesn’t.See
Op.gradfor a mathematical explanation of the inputs and outputs of this method.